/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #fff;
	background-color: #663332;
}

a:link, a:visited {
	color: #fd7d1a;
	text-decoration: none;
}

a:hover{
	color: #3c1e1e;
	background-color: #663332;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

td a:hover, img a:hover {
	background-color: transparent;
}

#bannertop{
	height: 111px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#content {
	background-color:#663332;
	padding-top:50px;
	width:100%;
}

table {
	border-collapse: collapse;
}

th {
	color: #fd7d1a;
	padding-left:20px;
	padding-right:20px;
}

th.active {
	font-weight: bold;
	font-size: 150%;
}

th.inactive {
	font-weight: bold;
	font-size: 150%;
	background-color: #663332;
}