@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: justify;
}
body {
	background-color: #333333;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
.bolds {
	color: #C3030D;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}
.style3 {
	color: #FFFFFF; 
	font-weight: bold; 
}
.copyright {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
div.scroll {
	height: 359px;
	width: 383px;
	overflow-x: auto;
	overflow-y: scroll;
	padding-left:0px;
	padding-right:0px;
}