.maintext {
	font: 12px/normal verdana, helvetica, sans-serif;
}
#navlist {
	width: 172px;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navlist li {
margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 22px;
	border: 0px solid #000000;
	background-image:  url(../images/index_02.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
}
#navlist a:link, #navlist a:visited {
color: #000000;
text-decoration: none;
line-height: 19px;
}
#navlist a:hover, #navlist a:active {
background-image:  url(../images/over_02.jpg);
background-repeat: no-repeat;
color: #f8f8f8;

}
a:link, a:active, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
