/* CSS Document */


a{
text-decoration:none;
font-family: arial;
font-size: 10pt;
font-weight: normal;
color: #FFFFFF;
}
a:hover{
text-decoration:underline;
color:#FFFF99;
}


.maintext {
font-family: arial;
font-size: 10pt;
font-weight: normal;
color: #000000;
}
.mainbold {
font-family: arial;
font-size: 20pt;
font-weight: bold;
color: #000000;
}
.smallbold {
font-family: arial;
font-size: 11pt;
font-weight: bold;
color: #000000;
}
.maintitle {
font-family: arial;
font-size: 18pt;
font-weight: bold;
color: #FFFFFF;
}
.footer {
font-family: arial;
font-size: 8pt;
color: #FFFFFF;
}
.boxes select
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#660033;
}
