/* CSS Document */
<!--
body {
	margin-top: 5px;
	background-color: #FFFFFF;
}
.style1{	
    font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;	
}
.style2 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.style4 {	
    font-family: Arial, Verdana, Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.style8 {
    font-family: Arial, Verdana, Tahoma;
    font-size: 10px;
	color: #00078B;
	font-weight: bold;
}
.style9 {color: #00046F}
.style10 {color: #00056D}
.style12 {
    font-family: Arial, Verdana, Tahoma;
	color: #00046F;
	font-weight: bold;
	font-style: italic;
}
.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00046F;
	font-size: 14px;
	font-style: italic;
}
body,td,th {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #9BB6D4;
}
a:active {
	color: #9BB6D4;
}
-->
a:link {color: white;}
a:visited {color: white;}
a:active {color: lightblue;}
a:hover {color: lightblue;}
a.two:link {color: black;}
a.two:visited {color: black;}
a.two:active {color: red;}
a.two:hover {color: red;}
a.three:link {color: DimGray;}
a.three:visited {color:DimGray;}
a.three:active {color: DimGray;}
a.three:hover {color: red;}
a.four:hover {color: black;}
a.four:link {color: blue;text-decoration: underline;}
a.four:visited {color: black;text-decoration: underline;}
a.four:active {color: blue;text-decoration: underline;}
.style1 {
<!--

