/* CSS Document */

html {}

body {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:0.74em;
	line-height:1.45em;
	color:#333333;}

a { color:#990000; text-decoration:none;}
a:hover { color:#FFFFFF; background-color:#990000;}

/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
