body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
body {
	background-image: url(imgs/bgi.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color: #0B0B61;
}
a:visited {
	text-decoration: none;
	color: #0B0B61;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}

#menubv {
width: 138px;
height: 30px;
padding: 0;
margin: 0;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
border-bottom: 1px solid blue;
margin: 0;
}
#menubv li a {
display: block;
padding: 6px 6px 6px 0.1em;
font-weight: bold;
border-left: 10px solid #84BCE1;
border-right: 10px solid #CBE4F4;
background-color: #ACD2EC;
color: #0B0B61;
text-decoration: none;
}
#menubv li a:hover {
border-left: 10px solid #ACD2EC;
border-right: 10px solid #BCDFED;
background-color: #E4F4F8;
color: #0B0B61;
}