/* CSS Document */

.plainlink  {color: blue; text-decoration: none}
.bluelink  {color: blue}
.blacklink  {color: black}
a:hover {color: blue; text-decoration: underline}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #006699;
	background-color: white;
	padding: 1px 0px 1px 0px
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: black;
}

.TableHeader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	background-color: dddddd;
	color: black;
}

.TableText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: black
}

.MainText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: black
}

.Instructions {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: black;
	width: 600;
	padding: 0px 0px 0px 25px;
}

.SmallText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: black
}

.SubNavOld {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	background-color: #ffffdd;
	padding: 1px 2px 1px 2px;
	border-top: 1px solid #006699;
	border-right: 2px solid #006699;
	border-bottom: 2px solid #006699;
	border-left: 1px solid #006699;
	color: black
}

.SubNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	background-color: #E7D8F3;
	width: 800px;
	padding: 1px 2px 1px 2px;
	border-right: 1px solid #778899;
	border-bottom: 1px solid #778899;
	border-left: 1px solid #006699;
	color: black
}

.SubNav2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	background-color: #E7D8F3;
	width: 800px;
	padding: 1px 2px 1px 2px;
	border-top: 1px solid #778899;
	border-right: 1px solid #778899;
	border-bottom: 1px solid #778899;
	border-left: 1px solid #006699;
	color: black
}

.SearchSelect {
	width: 225px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px
}

.NavSelectOn {
	background-color: #E7D8F3
}

.SubNavTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: black;
}

.ConfirmationMessage {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: green
}

.ErrorMessage {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: red
}

.ErrorField {
	color: red
}

