
.lcolors {color: #000000; text-decoration: underline; font-weight: bold} 
.lcolors:visited {color: #000000; text-decoration: underline; font-weight: bold} 
.lcolors:active {color: #000000; text-decoration: underline; font-weight: bold} 
.lcolors:hover {color: #000000; text-decoration: none; font-weight: bold}

.lcolors2 {color: #ffffff; text-decoration: underline; font-weight: bold} 
.lcolors2:visited {color: #ffffff; text-decoration: underline; font-weight: bold} 
.lcolors2:active {color: #ffffff; text-decoration: underline; font-weight: bold} 
.lcolors2:hover {color: #ffff00; text-decoration: none; font-weight: bold}

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

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

A.menulink {
	display: block;
	width: 188px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:1px;
	padding-bottom: 1px;
	margin-left: 15px;
}

A.menulink:hover {
	display: block;
	width: 188px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffff00;
	text-decoration: underline;
	background-color: #000000;
	filter:alpha(opacity=30);
	margin-left: 15px;
}

p {
	margin-left: 20px; 
	margin-right: 30px; 
	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: normal;
	color: #000099;
	padding-left: 10px;
	display: block;
	width: 470px;
	margin-right: 30px;
	margin-left: 20px;
	text-align: left;
	text-decoration: none;
	border-bottom:thin solid red;
	}
p.footer {
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 9px; 
	line-height: 20px; 
	color: #000066; 
	margin-top: 20px;
}
