/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #CCCC99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.menubar:link {
	color: #990000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.menubar:visited {
	text-decoration: none;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
a.menubar:hover {
	text-decoration: underline;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

.shadowback {
	background-attachment: scroll;
	background-image: url(../Media/View/bkgd_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 5px;
}

.header {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.subheader {
	font-size: 18px;
	color: #000000;
}
.footer {
	font-size: 12px;
	color: #666666;
}
