body {
	font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 14px;
	background-color: white;
	color: black;
}
td {
	font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.pinkpurple {
	color: #000000;
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.txt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #193679;
}
.tit2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #124F0A;
}
.tblsup {
	background-color: #9CBE39;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #247519;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #247519;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #247519;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #247519;
}
.tblmainarea {
	background-color: #F6fBeA;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #247519;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #247519;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #247519;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #247519;
	padding: 5px;
}




#menubv {
width: 14em;
padding: 0;
margin: 0;
font: 13px "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
border-bottom: 1px solid #ffffff;
margin: 0;
}
#menubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
background-color: #e7ba31;
color: #ffffff;
text-decoration: none;
}
#menubv li a:hover {
background-color: #ffcc33;
color: #000000;
}
