.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #000000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	color: #000000;
}
.smalltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
 #navlist {
	width: 100px;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
#navlist li {
text-align:left;
margin: 0;
font-weight: bold;
height: 25px;
}
#navlist a {  
	display: block;
	padding: 0px 0px 2px 10px;
	border: 0px solid #000000;
	background-image:   url(../images/menu_1.gif);
	background-repeat: no-repeat;
	border-bottom:0px solid #fb8727;
}
#navlist a:link, #navlist a:visited {
	color: #001066;
	text-decoration: none;
	line-height: 25px;
}
#navlist a:hover, #navlist a:active {
background-image:   url(../images/menu_2.gif);
background-repeat: no-repeat;
color: #001066;
border-bottom:0px solid #fb8727;
}