

	
.normal { font-family: tahoma;
	font-size: 10pt;
	color: #000000; }
	
.blue { font-family: tahoma;
	font-weight: bold;
	font-size: 12pt;
	color: #0177c1; }	
	
.bluelarge { font-family: tahoma;
	font-size: 12pt;
	font-style: italic;	
	color: #0177c1; }
	
.blackboldlrg { font-family: tahoma;
	font-size: 12pt;	
	color: black;
	font-weight: bold; }
	
.blackboldsm { font-family: tahoma;
	font-size: 10pt;	
	color: black;
	font-weight: bold; }

.whiteboldsm { font-family: tahoma;
	font-size: 10pt;	
	color: white;
	font-weight: bold; }


A:link {
color: navy;
font-weight: bold;
}

A:active {
text-decoration: underline;
}

A:visited {
color: navy;
text-decoration: underline;
font-weight: bold;
}