.hoverClass1 A:hover { TEXT-DECORATION: underline} 
.link1 {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
.link2 {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
.text2 {
	font-size: 9px;
	color: #616161;
}
.faqHeads {
	font-weight: bold;
	color: #3366CC;
}
.faqLinks {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.linkNavigation {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
.title1 {
	font-weight: bold;
	color: #660000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #D5C58E;
}
.alertBox {
	background-color: #E8E8E8;
	border: 1px dashed #666666;
}
