.disclaimers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #000000;
	text-decoration: none;
}

/*Bottom Nav Style*/

.bott-nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660066;
	text-decoration: none;
}

.bott-nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660066;
	text-decoration: none;
}

.bott-nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0066;
	text-decoration: none;
}

.bott-nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660066;
	text-decoration: none;
}


/*Body Text Style*/


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	font-weight: normal;
}

.bodytext a:link {
	color: #660066;
	text-decoration: underline;
}

.bodytext a:visited {
	color: #660066;
	text-decoration: underline;
}

.bodytext a:hover {
	color: #CCCC00;
	text-decoration: underline;
}

.bodytext a:active {
	color: #660066;
text-decoration: underline;
}


/*Headline Style*/


.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660066;
	text-decoration: none;
}


/*Subhead Style*/

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

