.maintext {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.smalltext {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
#navlist {
	width: 150px;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#navlist li {
margin: 0;
font-weight: bold;
height: 19px;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 10px;
	border: 0px solid #000000;
	background-image:  url(../images/index_04.jpg);
	background-repeat: no-repeat;
}
#navlist a:link, #navlist a:visited {
color: #666666;
text-decoration: none;
line-height: 15px;

}
#navlist a:hover, #navlist a:active {
background-image:  url(../images/over.jpg);
background-repeat: no-repeat;
color: #ff0000;
}