/*-----------------------Basic Font Styles-----------------------*/	


/* Default Body Font */
.bodyFont {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	line-height: 18px;
	font-weight : normal;
	color: #000000;
}

/* Footer */
#footer, .footer {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #6d6c71;
}

#footer a:link, #footer a:visited {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none;
	color: #6d6c71;
}

#footer a:hover, #footer a:active {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #790005;
}

.redFont{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	line-height: 18px;
	font-weight : normal;
	color: #790005;	
}


/*-----------------------Titles -----------------------*/

/*blue titles*/
.blueTitles {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	color: #790005;
}

a.blueTitles:link, a.blueTitles:visited {
	text-decoration: none;
	color: #006699;
}

a.blueTitles:hover, a.blueTitles:active {
	text-decoration: underline; 
	color: #790005;
}

/*blue sub titles*/
.blueSubTitles {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #790005;
}

a.blueSubTitles:link, a.blueSubTitles:visited {
	text-decoration: none;
	color: #790005;
}

a.blueSubTitles:hover, a.blueSubTitles:active {
	text-decoration: underline; 
	color: #6d6c71;
}


