.WhiteText  
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight:normal; 
	text-decoration: none;
}

.BlackText  
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 12px; 
	color: #000000; 
	font-weight:normal; 
	text-decoration: none;
}

.GrayTitle  
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 36px; 
	color: #666666; 
	font-weight:bold; 
	text-decoration: none;
}

.BlueTitle	
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 20px; 
	color: #0A1D45; 
	font-weight:bold; 
	text-decoration: none;
}

.BlueText  
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 11px; 
	color: #00223D; 
	font-weight:normal; 
	text-decoration: none;
}

.BlueTitleLg	
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 20px; 
	color: #0A1D45; 
	font-weight:bold; 
	text-decoration: none;
	padding-bottom:5px;
	border-bottom: 1px solid #6D7265;
}

.MedBlueTitle   
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 16px; 
	color: #3064A0; 
	font-weight:bold; 
	text-decoration: none;
}

.MedBlueText
{ 
	font-family: 		Verdana, Arial, Tahoma; 
	font-size: 			16px; 
	color: 				#00223D; 
	font-weight:		normal; 
	text-decoration: 	none;
	line-height:		22px;
}

.LtBlueTitle   
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 16px; 
	color: #B1C5E7; 
	font-weight:bold; 
	text-decoration: none;
}

.LtBlueText   
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 12px; 
	color: #B1C5E7; 
	font-weight:bold; 
	text-decoration: none;
}

.LtBlueTitleLg	
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 20px; 
	color: #B1C5E7; 
	font-weight:bold; 
	text-decoration: none;
}

.OrangeTitle   
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 16px; 
	color: #E07605; 
	font-weight:bold; 
	text-decoration: none;
}

.OrangeText   
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 12px; 
	color: #E07605; 
	font-weight:bold; 
	text-decoration: none;
}

.OrangeTitleLg  
{ 
	font-family: Verdana, Arial, Tahoma; 
	font-size: 20px; 
	color: #E07605; 
	font-weight:bold; 
	text-decoration: none;
	padding-bottom:5px;
	border-bottom: 1px solid #0A1D45;
}

.BlueBox
{
	background-color: 	#B1C5E7;
	color:				#0A1D45;
	font-family: Verdana, Arial, Tahoma; 
	font-size: 			16px;
	border:				1px solid #0A1D45;
}

.Border
{
	border: 	#777777 solid 0em;
}