body,td,th {
	font-family: "Comic Sans MS", Verdana;
	color: #000000;
	font-size: 16px;
}
body {
	background: #000000 url(/images/blacktile.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", Verdana;
	color: #000000;
	font-size: 16px;
} 
.td1 {
	background-image: url(/images/bvr_14.jpg);
}
.td2 {
	background-image: url(/images/bvr_12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	padding-right: 50px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-right: 60px;
	text-align: right;
}
.title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #336699}
select {border: 1px solid #FFCC66; font-weight: normal; background-color: #670001; font-family: Verdana, Arial; font-weight: normal; font-size: 11px; color: #FFCC66;}
input.text {border: 1px solid #FFCC66; font-weight: normal; background-color: #670001; font-family: Verdana, Arial; font-weight: normal; font-size: 11px; color: #FFCC66;}
textarea {border: 1px solid #FFCC66; font-weight: normal; background-color: #660000; font-family: Verdana, Arial; font-weight: normal; font-size: 11px; color: #FFCC66;}
input.button {border: 1px solid #FFCC66; font-weight: bold; background-color: #670001; font-family: Verdana, Arial; font-weight: bold; font-size: 11px; color: #FFCC66;}

h1 {font-size: 34px; font-weight: bold; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
h2 {font-size: 28px; font-weight: bold; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
h3 {
	font-size: 20px; font-weight: bold; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
}
h4 {
	font-size: 18px; font-weight: bold; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
}
hr {
	color: #FFCC33;
	height: 2px;
	width: 95%;
}
a:link {text-decoration: underline; color: #CC3399; font-weight: bold;}
a:visited {text-decoration: underline; color: #0066CC; font-weight: bold;}
a:hover {
	text-decoration: none;
	color: #66FFFF;
	font-weight: bold;
	background-color: #000000;
}
.smalltxt {
	font-size: 12px;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:bold normal 14px/20px "Comic Sans MS", Verdana;
	z-index:100;
	color: #FFCCFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #33CCCC;
}