a:visited { 
	color: #000099; 
	text-decoration: underline;
}
a:link {  
	color: #000099; 
	text-decoration: underline;
}
a:hover { 
	color: #CC0000; 
	text-decoration: underline;
}


.HeaderText {
	font-family: Verdana; 
	font-size: 11px; 
	color: #ffffff; 
}

.MainBody {
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000; 
}

.MainBodyBlue {
	font-family: Verdana; 
	font-size: 11px; 
	color: #333366; 
}

.MainBodyBold {
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
}

.MainBodyItalic {
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000; 
	font-style : italic;
}

.MainBodyItalicUnderline {
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000; 
	font-style : italic;
	text-decoration: underline;
}

.MainBodyItalicBlue {
	font-family: Verdana; 
	font-size: 11px; 
	color: #333366; 
	font-style : italic;
}

.MainBodyItalicBold {
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
	font-style : italic;
}

.MainBodyItalicBoldBlue {
	font-family: Verdana; 
	font-size: 11px; 
	color: #333366; 
	font-weight: bold;
	font-style : italic;
}

.HeadingLarge {
	font-family: Verdana; 
	font-size: 12px; 
	color: #333366; 
	font-weight: bold; 
	font-style : italic;
}

.Heading {
	font-family: Verdana; 
	font-size: 11px; 
	color: #333366; 
	font-weight: bold; 
}


.FinePrint {
	font-family: Verdana; 
	font-size: 10px; 
	color: #000000; 
}

.inputs {
	background-color: #ffffff; 
	border: 1; 
	border-style: solid; 
	border-color:black; 
	font:normal 13px arial;
	color:#000000
}
