/* BODY STYLES */

.body, .body:link, .body:active, .body:visited, .body:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	line-height: 14px;
	text-decoration: none;
}

.blackbody, .blackbody:link, .blackbody:active, .blackbody:visited, .blackbody:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	text-decoration: none;
}

.redlink, .redlink:link, .redlink:active, .redlink:visited, .redlink:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #771339;
	line-height: 14px;
	text-decoration: underline;
}

.bodybold, .bodybold:link, .bodybold:active, .bodybold:visited, .bodybold:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
	line-height: 14px;
	text-decoration: none;
}

.redbody, .redbody:link, .redbody:active, .redbody:visited, .redbody:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #771339;
	line-height: 14px;
	text-decoration: none;
}

.redbodybold, .redbodybold:link, .redbodybold:active, .redbodybold:visited, .redbodybold:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #771339;
	line-height: 14px;
	text-decoration: none;
}

/* NAV STYLES */

.nav, .nav:link, .nav:active, .nav:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	line-height: 14px;
	text-decoration: none;
}

.nav:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #771339;
	line-height: 14px;
	text-decoration: none;
}

.rednav, .rednav:link, .rednav:active, .rednav:visited, .rednav:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #771339;
	line-height: 14px;
	text-decoration: none;
}

/* FOOTER STYLES */
 
.footer, .footer:link, .footer:active, .footer:visited, .footer:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 14px;
	text-decoration: none;
}

.footersmall, .footersmall:link, .footersmall:active, .footersmall:visited, .footersmall:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	line-height: 13px;
	text-decoration: none;
}
.footerblacksmall {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #555555;
	line-height: 13px;
	text-decoration: none;
}
.footerred, .footerred:link, .footerred:active, .footerred:visited, .footerred:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #771339;
	line-height: 13px;
	text-decoration: none;
}

/* FORM STYLES */

.text, .text:link, .text:active, .text:visited, .text:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	line-height: 14px;
	text-decoration: none;
}

.button
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #771339;
	line-height: 12px;
	text-decoration: none;
}

