.style1 {font-size: x-small}
.style2 {font-size: 12px; }
.style3 {font-size: 12px; }
.style4 {color: #003366}
.style5 {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
}
.style7 {
	font-size: 12px;
	color: #000066;
}
.style8 {
	font-size: 12;
	font-weight: bold;
}
.style9 {font-size: 12}

a {
	font-size: 12px;
	color: #000066;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3366CC;
}
a:active {
	text-decoration: none;
}
*.float
{
   float: right;
}
*.floatclear
{
   clear: both;
}
.style1 {font-size: x-small}
