.maintext {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
#navlist {
	width: 155px;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#navlist li {
margin: 0;
font-weight: bold;
height: 21px;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 20px;
	border: 0px solid #000000;
	background-image:  url(../images/index_02.jpg);
	background-repeat: no-repeat;
}
#navlist a:link, #navlist a:visited, #navlist a:active {
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
#navlist a:hover {
background-image:  url(../images/over.jpg);
background-repeat: no-repeat;
color: #01AAFE;
}