/*left bar nav*/


.leftnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
}

.leftnav a:link {
	text-decoration: none;
	color: #000000;
}

.leftnav a:visited {
	text-decoration: none;
	color: #000000;
}

.leftnav a:hover {
	text-decoration: none;
	color: #E16846;
}
/*
.leftnav a:active {
	color: #E16846;
}
*/



/*body text style*/

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 28px;
}
.bodytext a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.bodytext a:visited {
	color: #000000;
}

.bodytext a:hover {
	text-decoration: underline;
	color: #E16846;
}



/*header style*/

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}



/*news nav style*/

.newsbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: center;
}
.newsbody a:link {
	text-decoration: underline;
	color: #000000;
}

.newsbody a:visited {
	color: #000000;
}

.newsbody a:hover {
	text-decoration: underline;
	color: #E16846;
}



/*bottom nav style*/

.bottnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
}
.bottnav a:link {
	text-decoration: underline;
	color: #000000;
}

.bottnav a:visited {
	color: #000000;
	text-decoration: underline;
}

.bottnav a:hover {
	text-decoration: underline;
	color: #E16846;
}




/*headline style*/

.headline {
	font-family: "Arial Narrow", arial, san-serif;
	font-size: 36px;
	color: #7373A8;
}


/*caption style*/

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #000000;
}
