﻿#ContactUs a:link, #ContactUs a:visited, #ContactUs a:active {
	font-size: 110%;
	color: #ffffcc;
	font-weight: bold;
}
#ContactUs a:hover {
	color: #66cc00;
}
#Login a:link, #Login a:visited, #Login a:active {
	font-size: 85%;
	color: #003366;
}
#Login a:hover {
	color: #003366;
	font-weight: bold;
}

h1 {
	font-size: 145%;
	margin-bottom: 6px;
}

#MainContent h1 {
	
}
#MainContent a:link, #MainContent a:visited, #MainContent a:active {
	color: #003366;
	text-decoration: none;
	padding: 0px;
	text-decoration: underline;
}
#MainContent a:hover {
	color: #003366;
}
.Error {
	color: #cc0000;
	font-weight: bold;
}
#MainContent th {
	background-color: #003366;
}
#MainContent th a:link, #MainContent th a:visited, #MainContent th a:active {
	color: #ffffcc;
}
#MainContent th a:hover {
	color: #66cc00;
}
#MainContent td {
	font-size: 100%;
}
#MainContent tr {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.CommandRow, .CommandRow a:link, .CommandRow a:visited, .CommandRow a:active {
	color: #ffffcc;
}
.LocationFormatting {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.LoggedInMessage {
	font-weight: bold;
}
.Required {
	font-weight: bold;
}