a:visited { 
	color: #0033CC; 
	text-decoration: underline
}
a:link {  
	color: #0033CC; 
	text-decoration: underline
}
a:hover { 
	color: #CC0000; 
	text-decoration: underline
}

a.SubNav:visited { 
	color: #333333; 
	text-decoration: none
}
a.SubNav:link {  
	color: #333333; 
	text-decoration: none
}
a.SubNav:hover { 
	color: #003399; 
	text-decoration: none
}

a.SubNavActive:visited { 
	font-family: Verdana;
	font-size: 10px;
	color: #003399; 
	font-weight: bold; 
	text-decoration: none
}
a.SubNavActive:link {  
	font-family: Verdana;
	font-size: 10px;
	color: #003399; 
	font-weight: bold; 
	text-decoration: none
}
a.SubNavActive:hover { 
	font-family: Verdana;
	font-size: 10px;
	color: #003399; 
	font-weight: bold; 
	text-decoration: none
}

.SubNav {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

.MainBody {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}

.MainBodySmall {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

.MainBodyRed {
	font-family: Verdana;
	font-size: 12px;
	color: #CC3333;
}

.MainBodyBoldRed {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
}


.MainBodyBold {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: bold; 
} 

.Heading {
	font-family: Verdana;
	font-size: 16px;
	color: #003399;
	font-weight: bold; 
	line-height : 20px;
}

.Alert {
	font-family: Verdana;
	font-size: 16px;
	color: #CC3333;
	font-weight: bold; 
}

.HeadingSmall {
	font-family: Verdana;
	font-size: 12px;
	color: #003399;
	font-weight: bold; 
}

.FinePrint {
	font-family: Verdana; 
	font-size: 10px; 
	color: #000000; 
	line-height: 12px;
}

.FooterText {
	font-family: Verdana; 
	font-size: 10px; 
	color: #000000; 
	line-height: 18px;
}

.inputs {
	background-color: #ffffff; 
	border: 1; 
	border-style: solid; 
	border-color:black; 
	font:normal 13px arial;
	color:#333333
}


