/* CSS Document */

body {
	background-color:#EEEEEE;
	background-repeat:repeat-x;
	background-width:500;
	background-position:top;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.orange {
	color: #990000;
}
.11pText {
	font-size: 11px;
}
.10pText {
	font-size: 10px;
}
.9pText {
	font-size: 9px;
}
.8pText {
	font-size: 8px;
}
.huge {
	font-size: 20px;
}
.greytext {
	color: #666666;
}
.topnav {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.topnav a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	display:block; 
	width:100%;
	height:14px;
}
.subnav {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	background-color:#990000;
}
.subnav a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	display:block; 
	width:100%;
	height:15px;
	background-color:#990000;
}
.subnav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	display:block; 
	width:100%;
	height:15px;
	background-color:#990000;
}
.subnav a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	display:block; 
	width:100%;
	height:15px;
	background-color:#990000;
}
.subnav a:hover {
	color: #990000;
	font-weight: bold;
	font-size: 10px;
	display:block; 
	width:100%;
	height:15px;
	background-color:#EFEEED;
}