.NavHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.NavLeft {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.NavTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top: 0px;
}
.SetupBackground {
	text-align:center;
	color: #000000;
	background: #CCCCCC url("images/menu/btgrdk.jpg") repeat-x center bottom;
	border-top: 5px solid #990000;
}
.Copyright {
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}
.Border {
	border-right: 1px solid #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}

.TableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669966;
}
.MainTD {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}
a:hover {
	color: #0000CC;
}
