body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.form1 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica; Sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.lcolors {color: #000999; text-decoration: underline; font-weight:bold} 
.lcolors:visited {color: #000999; text-decoration: underline; font-weight:bold} 
.lcolors:active {color: #000999; text-decoration: underline; font-weight:bold} 
.lcolors:hover {color: #ff0000; text-decoration: none}

.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: #cccc99; text-decoration: none}

A.menulink {
	display: block;
	width: 161px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica; Sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: #ffffff;
	/*border-top: 1px solid white;	
	border-right: 1px solid black;	
	border-bottom: 1px solid black;	
	border-left: 1px solid white;*/
	padding-top: 10px;
	background-position: center center;
	background-image: url(assets/menudown.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}

A.menulink:hover {
	background-position: center center;
	/*background-color: #D6B33F;*/
	background-image: url(assets/menusoft.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	color:#FFCC99;
}

p {font-family:Trebuchet MS, Verdana, Arial, Helvetica; Sans-serif;}
p.body {font-size: .8em; text-align: left; margin-left: 20px; margin-right: 20px}
p.bodycentered {font-size: .8em; text-align: center; margin-left: 20px; margin-right: 20px}
p.header {font-size: 1em; font-weight: bold; text-align: center; margin-left: 20px; margin-right: 20px; margin-top: 10px}
p.footer {font-size: .8em; font-weight: bold; text-align: center; color:#ffffff}

td.multilist {text-align: center; font-family:Trebuchet MS, Verdana, Arial, Helvetica; Sans-serif; font-size: 10px}

ul li {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica; Sans-serif;
	font-size: .8em;
	list-style-position: inside;
	list-style-type: square;
}

ol li {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica; Sans-serif;
	font-size: .8em;
	list-style-position: inside;
	list-style-type: square;
	margin-width: 0px;
	padding: 0px;
}