
P {
   font-weight : normal; 
   font-size : 12px; 
   font-family : Verdana, Ariel, Impact, Helvetica, Sans-Serif; 
   color : #000000; 
   text-decoration : normal
}


BODY {
   font-weight : normal; 
   font-size : 12px; 
   font-family :Verdana, Arial, Helvetica, Sans-Serif; 
   color : #000000; 
   text-decoration : none; 
}


A:visited {
   color : #CC3300; 
   text-decoration : none 
}


A:link {
   color : #0044cc; 
   text-decoration : none; 
}


A:hover {
   color : #0044cc; 
   text-decoration : underline; 
}


A:active {
   color : #CC3300; 
   text-decoration : underline; 
}


A {
   font-weight : bold; 
   font-size : 13px; 
   font-family : Verdana, Impact, Arial, Helvetica, Sans-Serif; 
}

A.mainlink {
   color : #FFFFFF;
   font-weight : bold; 
   font-size : 15px; 
   font-family : Verdana, Impact, Arial, Helvetica, Sans-Serif; 
}

A.mainlink:hover {
   color : #000666;
   text-decoration : underline;
}

A.mainlink:active {
   color : #CC3300;
   text-decoration : underline;
}

A.mainlink:visited {
   color : FFFFCC; 
   text-decoration : none;
}

.smallheading {
   font-weight : bold; 
   font-size : 14px; 
   font-family : Verdana, Arial, Helvetica, Sans-Serif; 
   color : #000000; 
   text-decoration : none; 
}


.smallbody {
   font-weight : normal; 
   font-size : 9px; 
   font-family : Verdana, Arial, Helvetica, Sans-Serif; 
   color : #000000; 
   text-decoration : none; 
}


.normbody {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, Sans-Serif; 
   color : #000000; 
   text-decoration : none; 
}


.largeheading {
   font-weight : bold; 
   font-size : 19px; 
   font-family : Verdana, Arial, Helvetica, Sans-Serif; 
   color : #0033aa; 
   background-color : #ffffff; 
   text-decoration : none; 
}

.header {
	border-bottom:solid 1px black;
	color:white;
	font-size:11pt;
	font-weight:bold;
	padding:3px;
	width:100%;
	background-color:#FFFFFF;
}

.bodyheader {
	border-bottom:solid 1px black;
	color:black;
	font-size:11pt;
	font-weight:bold;
	padding:3px;
	width:100%;
	background-color:#CCCCCC;
}

