
.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: #ff0000; text-decoration: none; font-weight: bold}

.lcolors2 {color: #ffff00; 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: #ffffff; text-decoration: none; font-weight: bold}

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

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

A.menulink {
display: block;
width: 170px;
text-align: left;
text-decoration: none;
font-family: Arial, Helvetica, Sans-serif;
font-size: 10px;
color: #000000;
padding: 4px;
margin-left: 17px;
font-weight: bold;
border: 1px solid #000000;
background-color: #cccccc;
background-position: center center;
}

A.menulink:hover {
display: block;
width: 170px;
text-align: left;
text-decoration: none;
font-family: Arial, Helvetica, Sans-serif;
font-size: 10px;
color: #000099;
text-decoration: none;
padding: 4px;
margin-left: 20px;
background-color: #aaaaaa;
background-position: center center;
font-weight: bold;
border: 1px solid #000000;
}


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

p.header {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	display: block;
	width: 400px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	text-decoration: none;
	border-bottom:thin solid #eeeeee;
	}
