@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
.class1 A:link {text-decoration: none; color: #000000;}
.class1 A:visited {text-decoration: none; color: #FFCC00;}
.class1 A:active {text-decoration: none; color: #FFFFFF;}
.class1 A:hover {text-decoration: none; color: #FFFFFF;}

.class2 A:link {text-decoration: none; color: #663399;}
.class2 A:visited {text-decoration: none; color: #663399;}
.class2 A:active {text-decoration: none; color: #663399;}
.class2 A:hover {text-decoration: none; color: blue;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #663399;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style5 {
	color: #FFCC00;
	font-size: 16px;
}
.style7 {font-size: 14}
.style8 {font-size: 14px}
.style9 {font-size: 16px}
.style12 {
	font-size: 16px;
	font-weight: bold;
	color: #A02832;
}
.style14 {font-size: 16px; color: #990000; }
.style17 {font-size: 16px; font-weight: bold; }
-->
</style>


