/*Upper Navigation Style*/

.upper-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.upper-nav a:link{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.upper-nav a:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.upper-nav a:hover{
	font-size: 12px;
	color: #FFD24C;
	text-decoration: none;
}


/*Headline Style*/

.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 18px;
	font-weight: normal;
	color: #002454;
	text-decoration: none;
}

/*Home Page Body Text*/

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


.home-text a:link{
	color: #8B9E6B;
	text-decoration: none;
}

.home-text a:visited{
	color: #8B9E6B;
	text-decoration: none;
}

.home-text a:hover{
	color: #3C1E00;
	text-decoration: none;
}



/*Events Body Text*/

.events-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
}

.events-text a:link{
	color: #002454;
	text-decoration: none;
}

.events-text a:visited{
	color: #002454;
	text-decoration: none;
}

.events-text a:hover{
	color: #8B9E6B;
	text-decoration: none;
}


/*DISCLAIMER style*/

.disclaimers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimers a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimers a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimers a:hover{
	color: #FFD24C;
	text-decoration: none;
}


/*Bold Body Text*/

.bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #002454;
	text-decoration: none;
	font-weight: bold;
}

.bold-text a:link{
	color: #002454;
	text-decoration: none;
}

.bold-text a:visited{
	color: #002454;
	text-decoration: none;
}

.bold-text a:hover{
	color: #3C1E00;
	text-decoration: none;
}



