body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-top : 0px;
	margin-left : 0px;
	background-color : #99CCFF;
	margin-right : 0px;
}
p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
}
h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
}
td{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

					
 a:hover{color: Red; 
 }
 
 .navicell  { 
					padding-left: 5px; 
					padding-right: 5px; 
                    padding-top: 5px; 
					padding-bottom: 5px;
					
					
					
 }
 
.navicell  a{
	color : White;
	text-decoration : none;
	font-size : 13px;
} 

 .navicell-indent { 
					padding-left: 15px; 
					padding-right: 5px; 
                    padding-top: 5px; 
					padding-bottom: 5px;
					
					
					
 }
 
.navicell-indent a{
	color : White;
	text-decoration : none;
	font-size : 13px;
} 
			   
#navigationcell {
	padding-top : 15px;
	padding-left : 6px;
	padding-right : 6px;
	background-color : #669ACC;
}

#bodycell {
	padding-top : 25px;
	padding-left : 25px;
	padding-right : 20px;
	background-color : White;
	background-image : url(images/bg-1.jpg);
	background-position : top;
	background-repeat : no-repeat;
}	
.printbox{
	border-bottom-width : 2px;
	border-bottom-style : dotted;
	border-bottom-color : Black;
	padding-bottom : 4px;
}

#banner{
	background-color : #669ACC;
}

#wrapper{
	margin : auto;
	width : 950px;
	border-left-color : #CDCDCD;
	border-left-style : solid;
	border-left-width : 2px;
	border-right-color : #CDCDCD;
	border-right-style : solid;
	border-right-width : 2px;
}		   