.lcolors {color: #006699; text-decoration: none} 
.lcolors:visited {color: #006699; text-decoration: none} 
.lcolors:active {color: #006699; text-decoration: none} 
.lcolors:hover {color: #ff0000; text-decoration: none}

.lcolors2 {color: #ffffff; text-decoration: none} 
.lcolors2:visited {color: #ffffff; text-decoration: none} 
.lcolors2:active {color: #ffffff; text-decoration: none} 
.lcolors2:hover {color: #ff0000; text-decoration: none}

p {margin-left: 20px; margin-right: 20px; font-family: Arial, Helvetica, Sans-serif; font-size: 12px; line-height: 20px; color: #000066; padding-left: 10px; padding-right: 10px}

p.header {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 10px;
	/*padding-right: 20px;
	padding-top: 10px;*/
	display: block;
	width: 568px;
	/*margin-right: 20px;
	margin-left: 20px;*/
	text-align: left;
	text-decoration: none;
	background-image: url(assets/headergraphic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

ul li {
	padding-bottom: 10px;
	margin-left: 7px;
	margin-right: 15px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000066;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}

ol li {
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 15px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000066;
	list-style-position: outside;
	list-style-type: decimal;
}

td.norepeat {background-repeat: no-repeat}

A.menulink {
	display: block;
	width: 140px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	padding-left:14px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom:3px;
	padding-bottom: 3px;
	text-decoration: none;
	height: 15px;
	background-position: left top;


}

A.menulink:hover {
	display: block;
	width: 140px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	padding-left:14px;
	font-size: 11px;
	font-weight: bold;
	color: #770000;
	BORDER: none;
	text-decoration: underline;
	background-image: url(assets/menuarrow.jpg);
	background-repeat: no-repeat;
	background-color: #FFF2DC;
	text-decoration: none;
	height: 15px;
	background-position: left top;

}

