/* CSS Document */

body {
	background-color: #800000;
}
.style2 {
	font-size: 12px;
	color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #9B0A0A;
	text-decoration: underline;
}
a:active {
	color: #800000;
	text-decoration: none;
}

.style5 {color: #950303; font-weight: bold; font-size: 14px; }
.style6 {font-size: 16px}
.redheader {color: #950303; font-weight: bold; font-size: 16px; }
.style8 {color: #999999}

.borderred
{
border-style: solid;
border-width: 1px;
border-color: #950303;
}

.borderblack
{
border-style: solid;
border-width: 1px;
border-color: #000000;
}

.bordergray
{
border-style: dashed;
border-width: 1px;
border-color: #666666;
}

.classline A:link {text-decoration: underline; color:#000000}
.classline A:visited {text-decoration: underline; color:#000000}
.classline A:hover {text-decoration: underline; color:#950303}
.classline A:active {text-decoration: underline; color:#000000}
