/* body text style */

.bodytext {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.bodytext a:link{
	color: #3F4869;
	text-decoration: none;
}

.bodytext a:visited{
	color: #3F4869;
	text-decoration: none;
}

.bodytext a:hover{
	color: #EE2E24;
	text-decoration: none;
}




/* top nav with triangle */

#navPyra {
	margin: 0;
	padding: 20 10 20px 10px;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	padding: 10px 12px 6px 12px;

	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;	background: url(images/tab_triangle-clear.gif) no-repeat top center;
	}



/* headline style */

.headers {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



/* disclaimer style */

.disclaimers {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

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

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

.disclaimers a:hover{
	color: #EE2E24;
	text-decoration: none;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #3F4869;
	text-decoration: none;
}
