 
<style type="text/css"> P, DIV, SPAN, BODY, TD, H3, H4  { 
		font-size : 7pt;
		font-family : Tahoma, sans-serif;
		color : 000000;
	} 
	A  { 
		font-size : 7pt;
		font-family : Tahoma;
		color : Navy;
	} 
	.font1 { font-size : 12pt; } 
	.font2 { font-size : 10pt; } 
	.font3 { font-size : 8pt; } 
	.smfont { font-size : 7pt; }
	.lgfont { font-size : 14pt; }
	.header { font-size : 16pt; }
	
	H3 { font-size : 13pt; }
	A  { color : Navy; }
	A:link { color : Navy; }
	A:active { color : Navy; }
	A:visited { color : Navy; }
	A:hover { color : Navy;}
	.small { font-size : 8pt; }
	#bold { font-weight : bold; }
	#italic { font-style : italic; }
	#bolditalic { font-style : italic; font-weight : bold; }
	#blue { color : #000099; font-family : Tahoma;}
	#bluebold { color : #000099; font-weight: bold;font-family : Tahoma; }
	#yellowbold { color : #FFAB00; font-weight: bold; font-family : Tahoma; }
	#darkblack { color : #000000; font-weight: normal; font-family : Tahoma; }
	#darkblackbold { color : #000000; font-weight: bold; font-family : Tahoma; }
#darkblue { color : #220D5D; font-weight: normal; font-family : Tahoma; }
	#darkbluebold { color : #220D5D; font-family : Tahoma; font-weight: bold; }
	#redmessage { color : #FF0000; font-weight : bold; font-family : Tahoma; }
	#white { color : #FFFFFF; font-weight : normal; font-family : Tahoma;}
	#whitebold { color : #FFFFFF; font-weight : bold; font-family : Tahoma;}
	#purple { color : #901085; font-weight : normal; font-family : Tahoma;}
	#purplebold { color : #901085; font-weight : bold; font-family : Tahoma; }
</style>