/* CSS Document */
<style type="text/css">


a:link {  color: #000000; text-decoration: underline }

a:visited {  text-decoration: underline; color: #000000}

a:hover {  color: #0000FF; text-decoration: blink}
body {  font-family: "Arial", "Helvetica", "sans-serif"}
body,td,th {
	font-family: Tahoma;
}
.style2 {
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-family: tahoma;
	text-decoration: underline;
}
.style3 {
	color: #FF0000;
	font-style: italic;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
}
.style5 {
	color: #00FF00;
	font-weight: bold;
}
.style6 {color: #00FF00}
.style7 {color: #0033FF}
.style9 {color: #000000}
.style11 {color: #0033FF; font-style: italic; }
.style12 {font: Tahoma;
		  color:#000000
		  font-weight; bold;
		  font-size:medium;
		  font-style:normal}
		  	

</style>
