
A  {
	text-decoration : none;
	color : red;
}


A:Visited  {
	text-decoration : ;
	color : red;

}

A:Active  {
	text-decoration : ;
	color : red;
}

A:Hover  {
	color : #0066B1;
	text-decoration : underline;

}

div.menu a:link {
	color : white;
	font-weight : bold;
	font-size : 11px;
	line-height : 12px;
	font-family : arial,verdana,sans-serif;
}

div.menu a:visited {
	color : white;
	font-weight : bold;
	font-size : 11px;
	line-height : 12px;
	font-family : arial,verdana,sans-serif;
}

div.menu a:active {
	color : white;
	font-weight : bold;
	font-size : 11px;
	line-height : 12px;
	font-family : arial,verdana,sans-serif;
}

div.menu a:hover {
	color : yellow;
	font-weight : bold;
	font-size : 11px;
	line-height : 12px;
	font-family : arial,verdana,sans-serif;
}
	
BODY  {}


.menuheadyellow {
	color : yellow;
	font-weight : bold;
	font-size : 13px;
	line-height : 12px;
	font-family : arial,verdana,sans-serif;
}

.menu {
	color : white;
	font-weight : bold;
	font-size : 11px;
	line-height : 12px;
	font-family : arial,verdana,sans-serif;
}


.faqQuestion {
	color : #F11281;
	font-size : 13px;
	font-family : arial,verdana,sans-serif;
	font-weight : bold;
}

.headingBlue {
	color : #1860A2;
	font-size : 14px;
	font-family : arial,verdana,sans-serif;
	font-weight : bold;
}

.headingRed {
	color : red;
	font-size : 14px;
	font-family : arial,verdana,sans-serif;
	font-weight : bold;
}

.headingGreen {
	color : #58B02D;
	font-size : 14px;
	font-family : arial,verdana,sans-serif;
	font-weight : bold;
}

.headingPink {
	color : #F11281;
	font-size : 14px;
	font-family : arial,verdana,sans-serif;
	font-weight : bold;
}

.headingPurple {
	color : #6A1580;
	font-size : 14px;
	font-family : arial,verdana,sans-serif;
	font-weight : bold;
}

.bodytext {
	color : black;
	font-size : 12px;
	line-height : 19px;
	font-family : arial,verdana,sans-serif;
}


.subtext {
	color : #1860A2;
	font-size : 9px;
	line-height : 15px;
	font-family : verdana,sans-serif;
}


