body {
scrollbar-face-color:#CC0000;
scrollbar-highlight-color:#FFB6B6;
scrollbar-3dlight-color:red;
scrollbar-darkshadow-color:black;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:white;
scrollbar-track-color:#ff9999;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
.red {
	font-weight: bold;
	color: #CC0000;
}

a.brownlink:link { color: #C09B3D; text-decoration: none; font-weight: bold}
a.brownlink:active { color: #ff0000; text-decoration: none; font-weight: bold}
a.brownlink:visited { color: #A8852D; text-decoration: none; font-weight: bold}
a.brownlink:hover { color: #B31727; text-decoration: underline; font-weight: bold}

a:link { color: #CC0000; text-decoration: none; font-weight: bold }
a:active { color:#C09B3D; text-decoration: none; font-weight: bold }
a:visited { color: ff0000; text-decoration: none; font-weight: bold }
a:hover { color: #ffffff; text-decoration: underline; font-weight: bold }

.titles {
	font-size: 13px;
	font-weight: bold;
	color: #C09B3D;

}
.backg {
	background-image: url(images/bgbg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
.titles-red {

	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
.largetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC9933;
}
.largetextred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
}
