/* CSS Document */

A {TEXT-DECORATION: none}
A:visited {TEXT-DECORATION: none}
a:hover {text-decoration:underline;
text-transform:none
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 17px;
	color: #075f91;
	text-transform: none;	
}
	
.nav-highlights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 17px;
	color: #971d39;
	text-transform: uppercase;}
	
.highlights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	line-height: 50px;
	color: #971d39;
	text-transform: uppercase;}
	
.selections {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	line-height: 50px;
	color: #075f91;}
	
.page-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 30px;
	color: #5d5f60;
	text-transform: uppercase;}
	
.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 30px;
	color: #8B5E3F;
	text-align: left;
	text-transform:uppercase
}
	
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-align: justify;
}

.body-text-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: normal;
	color: #075f91;
	text-align: justify;}
	
.form_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-align: right;}

