/* CSS Document */



a.mainlevel:link, a.mainlevel:visited {
	font-size: 10pt;
/*	font-weight: bold;*/
	color: black;
	height:30px;
	/*display:block;*/
	text-decoration: none;
	font-family:Verdana;	
	text-align:center;
	padding-top:6px;
	padding-right:0px;
	padding-bottom:0px;
	text-align:center;
	width:200px;
	border-style:solid;
	border-color:white;
	border-width:0px;
	border-left:0px;
	border-right:0px;
	border-top:0px;

}

a.mainlevel:hover {
/*	background-position: -1px 0px;*/
	text-decoration: none;
background-color:silver;
	color: #fff;
}
