 
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #337699;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00000F;
}
.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000009;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #337699;
}
a.footer:link {
	color: #337699;
	text-decoration: none;
}
a.footer:visited {
	color: #337699;
	text-decoration: none;
}
a.footer:hover {
	color: #DCEFDC;
	text-decoration: underline;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000f;
}
a.topnav:link {
	color: #00000f;
	text-decoration: none;
}
a.topnav:visited {
	color: #00000f;
	text-decoration: none;
}
a.topnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.quotebox{
	margin: 5px;
	color: #000000;
	background-color: #D0E4C8;
	font-size: 14px;
	font-family: Helvetica, san-serif;
}
.har {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;		
}
 
td, p, a {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   align: left;
   valign: top;
   padding: 0px;
   text-decoration: none;
} 
.partn {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #ffffff;
} 
.pro {
   border-style-top: 1px dashed black;
   padding: 3px;
} 
img.part {
   border: 1px dotted black;
   padding: 2px;
   right-margin: 5px;
} 
cat {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
} 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
