.body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 18px; 
font-weight: normal;
color: #000000; 
text-decoration: none}

.body a { 
color: #CC0000; 
text-decoration: none}

.body a:hover { 
color: #009999; 
text-decoration: none}

.body a:visited { 
color: #958E6C; 
text-decoration: none}

.body a:visited:hover { 
color: #009999; 
text-decoration: none}


.subhead {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 18px; 
font-weight: bold;
color: #000000;
text-decoration: none}

.subhead a { 
color: #CC0000; 
text-decoration: none}

.subhead a:hover { 
color: #009999; 
text-decoration: none}

.subhead a:visited { 
color: #958E6C; 
text-decoration: none}

.subhead a:visited:hover { 
color: #009999; 
text-decoration: none}

.headline {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
line-height: 18px; 
font-weight: bold;
color: #009999;
text-decoration: none}

.headline a { 
color: #CC0000; 
text-decoration: none}

.headline a:hover { 
color: #009999; 
text-decoration: none}

.headline a:visited { 
color: #958E6C; 
text-decoration: none}
/***new classes ****/

/********/




.small {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
font-weight: normal;
color: #000000; 
font-style: normal; 
text-decoration: none}

.small a { 
color: #CC0000; 
text-decoration: none}

.small a:hover { 
color: #009999; 
text-decoration: none}

.small a:visited { 
color: #958E6C; 
text-decoration: none}

*/fromcplc.css/

#horiznav {
	width: 100%;
	border-collapse: collapse;
	border-left: 0px solid #BF6B60;
	border-left: 8px solid #D9A6A0;
	border-right: 0px solid #BF6B60;
}

#horiznav td {
	border-left: 1px solid #DFB5AF;
	border-right: 1px solid #DFB5AF;
}

#horiznav a {
	width: 100%;
	padding: 4px;
	font-weight: bold;
	font-size: 13px;
	background-color: #BF6B60;
	color: white;
	text-decoration: none;
	display: block;
	border: 1px solid #BF6B60;
}

html>body #horiznav a {
		width: auto;
		}

#horiznav a:hover {
	background-color: #CB887E;
	border: 1px solid #BF6B60;
}

