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

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

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

p.header {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	padding-top: 10px;
	border-bottom: 1px solid #000066;
	display: block;
	width: 440px;
	text-align: left;
	}

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

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

td.bodybackground {background-color: #eeeeee}

A.menulink {
display: block;
width: 200px;
text-align: left;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
padding-4px;
padding-left: 30px;
background-color: #dddddd;
}

A.menulink:hover {
display: block;
width: 200px;
text-align: left;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 10px;
font-weight: bold;
color: #ffffff;
padding-4px;
padding-left: 30px;
background-color: #aaaaaa;
}

.border {1px solid #999999}
.norepeat {background-repeat: repeat-y}
