/* CSS Document */
body {scrollbar-base-color: #333333; scrollbar-arrow-color: #FF0000;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.spacer {
	padding-left: 1px;
}
a:link {
	color: #D20000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #D20000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #D20000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a.whitelink:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.whitelink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.whitelink:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.whitelink:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


.white_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.black_heading {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.red_heading {
	font-size: 12px;
	color: #D20000;
	font-weight: bold;
}
.heading_red_large {
	color: #D20000;
	font-size: 20px;
	font-weight: bold;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #000000;
}
.white_text {
	font-size: 11px;
	color: #FFFFFF;
}
.text_red {
	color: #D20000;
}
.text_black {
	font-size: 11px;
	color: #000000;
}

.formbg {
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.border {
	border: 1px solid #CCCCCC;
}

.bottom_bg {
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
}
.white_bg {
	background-color: #FFFFFF;
}
.grey_bg {
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
}