.noshow {display: inline;}
.noprint {display:none;}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12pt;
	width: 98%;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #030303;
}


h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #6C6C6C;
}









.logo {
	float: left;
	clear: both;
}






.oneColFixCtrHdr #leftcol {
	float: left;
	clear: both;
	width: 98%;
}


.oneColFixCtrHdr #rightcol {
	float: left;
	clear: both;
	width: 98%;
}





.oneColFixCtrHdr #footer {
	float: left;
	clear: both;
	width: 98%;
	margin-top: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D5D5D5;

}

.oneColFixCtrHdr #footer p   {
	margin: 0;
	padding: 10px 0;
	font-size: 12pt;
	color: #ABABAB;		
}


	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


