@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url('/images/bg.jpg') center top #ebecf0;
	background-repeat: repeat-x;
}
a:link { color: #00003b; text-decoration: underline; font-weight:bold; }
a:visited { color: #00003b; text-decoration: underline; font-weight:bold; }
a:hover { color: #66df24; text-decoration: underline; font-weight:bold;  }
a:active { color: #00003b; text-decoration: underline; font-weight:bold; }

div.clearfloats {clear:both;}

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {
	display: inline-block;
	}
	
	/* backslash hack hides from IE mac \*/
	*html .clearfix {height:1%;}
	.clearfix {display:block;}
	
	/* end backslash hack */

