/* tags *

* {
	margin: 0; padding: 0;
	font-size: 100.01%; }

html { }

body {
	padding: 20px; font-size: 62.5%;
	font-family: Arial, sans-serif; }
*/
.debuger {border:1px solid red}

a:link,
a:visited {
	text-decoration: underline;
	color: #c00; }

a:hover,
a:active {
	color: #f48400; }

td {
	vertical-align: top; }

/* standard classes */

.hidden {
	display: none; }

.visible {
	display: block; }

.fl {
	float: left; }

.fr {
	float: right; }

.fn {
	float: none; }

.tal {
	text-align: left; }

.tar {
	text-align: right; }

.tac {
	text-align: center; }

.bn {
	border: 0 solid; }

.nobr {
	white-space: nowrap; }

.debug_table
{
	font-size: 14px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	background-color: #DADADA;
}

.debug_table td
{
	padding: .25em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


a img { border: none }
.clearer     { clear: both; height: 0px; font-size: 1px }
.clearer img { display: block; height: 0px; }
.w100 { width: 100% }
.block {display: block;}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


