A {
	COLOR: #cc0000;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px; 
	text-decoration: none; }

A:HOVER { 
	COLOR: #ff0000;
	text-decoration: none; }

A:ACTIVE { 
	COLOR: #ff0000;  } 

P {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	line-height: 165%;
	FONT-FAMILY: verdana, arial, sans-serif }

.headline {
 font-family: verdana, arial, sans-serif;
 font-weight: bold;
 font-size: 15px;
 color: #ee0000;
}

.greenheadline {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	color: #99cc00;
	font-weight: bold;
}

.redsubhead {
 font-family: verdana, arial, sans-serif;
 font-weight: bold;
 font-size: 12px;
 color: #ee0000;
}

.greensubhead {
 font-family: verdana, arial, sans-serif;
 font-weight: bold;
 font-size: 12px;
 color: #99cc00;
}

.footer {
	COLOR: #cc0000;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px; 
	text-decoration: none; }

BODY {
	MARGIN-TOP: 0px! important; 
	MARGIN-LEFT: 0px! important; 
	BACKGROUND-COLOR: #fff; }

#navlinks{
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff; }

#navlinks ul a:link, #navlinks ul a:visited {display: block;}
#navlinks ul {list-style: none; margin: 0; padding: 0;}

#text ul {
	margin: 10px; 
	padding-left: 1em;
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	line-height: 165%;
	FONT-FAMILY: verdana, arial, sans-serif }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navlinks li {border-bottom: 1px solid #fff; display: inline;}

/* fix for browsers that don't need the hack */
html>body #navlinks li {border-bottom: none;}


/*********** #navlinks styles ***********/

#navlinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cf0;
	font-size: 90%;
}

#navlinks a {
	display: block;
	border-top: 1px solid #cf0;
	padding: 2px 0px 2px 10px;
	width: 10em;
}

#navlinks a:hover{
	background: #ccff00;
}
