/* tags */
* {
	margin: 0; padding: 0;
	font-size: 100.01%; 
	}

body {
	font-size: 62.5%; font-family: Arial, sans-serif;
	background: #fff; 
	}

ul { 
	list-style: none;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #0A345F; 
	}
a:hover, a:active {
	text-decoration: none;
	color: #f48400;
	}

td { 
	vertical-align: top; 
	}
a img { 
	border: none; 
	}

/* standard classes */
.clearer { clear: both; height: 0px; font-size: 1px }
.clearer img { display: block; height: 0px; }
.w100 { width: 100% }
.invisible { display: none; }

/* 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 */
