.Caption {
	color: #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
	font-family: Arial, Helvetica, sans-serif;	
}
.CaptionItalic {
	color: #666666;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;		
	font-family: Arial, Helvetica, sans-serif;	
}
.Text {
	color: #666666; 
	font-size: 12px; 
	font-style: normal;
	font-weight: normal;			
	font-family: Arial, Helvetica, sans-serif;
}
.TextBlue {
	color: #00519C; 
	font-size: 12px; 
	font-style: normal;
	font-weight: normal;			
	font-family: Arial, Helvetica, sans-serif;
}
.TextBld {
	color: #666666; 
	font-size: 12px; 
	font-style: normal;
	font-weight: bold;			
	font-family: Arial, Helvetica, sans-serif;
}
.H1Heading {	
	color: #666666;
	font-size: 18px;
	font-style: normal;		
	font-weight: bold;
	font-family: "Trebuchet MS";
	line-height: 70%;	
}
.HeaderGrey {
	color: #666666;
	font-size: 11px;
	font-style: normal;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.HdrGreySpaced {
	color: #666666;
	font-size: 11px;
	font-style: normal;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
}
.HeaderBlue {
	color: #011993;
	font-size: 11px;
	font-style: normal;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.H2SubHeading {
	color: #666666;
	font-size: 16px; 
	font-style: normal;	
	font-weight: bold;	
	font-family: "Trebuchet MS"; 
}
.H2Blue {
	color: #00519C;
	font-size: 16px; 
	font-style: normal;	
	font-weight: bold;	
	font-family: "Trebuchet MS"; 
}
.Copyright {
	color: #666666;
	font-size: 9px;
	font-style: normal;	
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #333333;
}
a:link {
	color: #666666;
}
a:hover {
	color: #2951A5;
}
a:visited {
	color: #666666;
}
a:active {
	color: #2951A5;
}