@charset "utf-8";
/* CSS Document */
@font-face {  
	  font-family: "Magneto";  
	  src: url(/fonts/MAGNETO.eot); /* IE */  
	  src: local("Magneto Bold"), url(/fonts/MAGNETOB.TTF) format("truetype"); /* non-IE */  
	}  
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	background-color: #fff;
}
img {
	display: none;
}	
.twoColFixLtHdr #container {
	width: 800px;
	background: #ffffff;
	border: 1px solid #fff;
	text-align: justify;
}
.twoColFixLtHdr #header {
	display: none;
}
.twoColFixLtHdr #sidebar1 {
	display: none;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 10px;
	padding: 0 20px 0 0px;
	font-size: 80%;
}
.twoColFixLtHdr #mainContent h2 {
	color: #315294;
	text-align: center;
	font-size: 160%;
	font-family: Magneto, Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent h3 {
	color: #315294;
	background-color:#fff;
	font-family: Magneto, Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-color: #315294;
	border-bottom-style: solid;
}
#printButton {
	display: none;
}
.twoColFixLtHdr #font_sizer_links {
	display: none;
}
.twoColFixLtHdr #footer {
	display: none;
}
.captions {
	font-size: 70%;
	font-weight: bolder;
	padding: 20px 0px 0px 0px;
	display: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.no_print_display {
	display: none;
}	
.clearIt {
	clear:both;
}
.table_border {
	border: 1px solid #333333;
}	
th {
	border-left: solid 1px #CCC; 
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #F6F6F6;
	color:#FFFFFF;
	text-align: left;
	background-color: #003333;
}
tr {
	border:0;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	color:#000000;
	text-align: left;
}
.rndAll8px {
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndTop8px {
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndTL8px {
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}
.rndTR8px {
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
.rndAll4px {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
