body {
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #2D8AB5;
}

.Header	 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #282389; 
	text-decoration: none; 
	}
	
.SmallHeader	 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	}
	
.smalltext	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #133C4F; 
	text-decoration: none; 
	}
	
a.smalltext { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #133C4F; 
	text-decoration: none;  
	}
	
a.smalltext:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #133C4F; 
	text-decoration: none; 
	}
	
.Normal	 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000; 
	text-decoration: none; 
	}
	
.ErrorBox {
	background-color: #FFFFEC;
	border: #CC3300;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 12px; color: #000000;
}

.StatusBox {
	background-color: #FFFFEC;
	border: #000063;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 12px; color: #000000;
}
	
.FormText { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #000000; 
	text-decoration: none; 
	}
	
.FormHeader { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 	
	color: #000000; 
	text-decoration: none; 
	}
	
.FormButton {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	background-color: #f3f3f3
	}
	
a.HeaderLink { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	}
	
a.HeaderLink:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: red; 
	text-decoration: underline; 
	}
	
TD.SearchResultsHeader {
	background : #E6E6E6;
	font : bold 8pt "Trebuchet MS", Verdana, Arial;
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
}

TD.SearchResults {
	font : normal 9pt "Trebuchet MS", Verdana, Arial;
}

a.SearchResults { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	}
	
a.SearchResults:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	color: red; 
	text-decoration: underline; 
	}

select, textarea, input { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	background-color: #EAF4FF;
	border-color : #888888;
	background-color: #EAF4FF;
}

.FormButton {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	background-color: #f3f3f3;
	}

hr {
	color: #999999;
	height: 1px;
}