.h1 {
	font-family: Verdana;
	font-size: 9px;
	text-align: justify;
}
.h2 {
	font-family: Verdana;
	font-size: 9px;
	text-align: justify;
	color: #FFFFFF;
}
.h3 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.vid {
	font-family: Verdana;
	font-size: 9px;
	text-align:center;
}
.body {
	font-family: Verdana;
	font-size: 9px;
	text-align: justify;
	color: #FFFFFF;
}

.menubar{
	background-image: url(menubg.jpg);
	font-weight: bold;
	font: 12px Verdana;
	word-spacing: 6px;
	text-align: center;
	line-height: 18px;
	z-index: 100;
}
a:visited{
	text-decoration: none;
	color: #8B15FF;
}
a:link{
	text-decoration: none;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:active{ /*active background color*/
background-color: #C2AEFF;
color: #000000;
text-decoration: none;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #6786E3;
color: #000000;
text-decoration: none;
}

/*#dropmenudiv a:visited{ visited background color
	color: #8B15FF;
	text-decoration: none;
	font-weight: normal;
	background-color: #ACC4E6;
}*/

#address{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #6786E3;
}