/* CSS Document */

body {
	background-color: #800000;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
    font-weight:normal;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5F5F5;
    font-weight:normal;
}
a {
	font-size: 12px;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
    font-weight:normal;
}
.style1 {color: #FFFF00}