
body,td,th { /*defaults for whole document*/
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
		}
a:link {
	color: #000000;
	font-weight:bold;
	font-size: 12px;
} 
a:visited {
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}
a:hover {
	color: #CFFF3B;
	font-weight:bold;
	font-size: 12px;
} 
a:active {
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}
h1{
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	color: #CC0000;
}

h2,h3,h4{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	color: #CC0000;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
padding-right: 50px;
padding-left: 20px;
}

.floatleft
{
float: left;
margin: 0 0 10px 10px;
padding-right:15px;
}
.bottomlinks a:link {
	text-decoration: none;
	color: #CC0000;
	font-weight:bold;
	font-size: 10px;
} 
.bottomlinks a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
}
.bottomlinks a:hover {
	color: #CFFF3B;
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
} 
.bottomlinks a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
}