/* tags */

* {
	margin: 0; padding: 0;
	font-family: Arial, sans-serif; font-size: 100.01%; }

html { }

body {
	padding: 20px;
	font-size: 100%;
	}

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; }

	
a img { border: none }
.clearer     { clear: both; height: 0px; font-size: 1px }
.clearer img { display: block; height: 0px; }
.w100 { width: 100% }
	

/* 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 */
	