/* CSS Document */


BODY { 
  background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#533f36;
		margin-top: 0px;

	}
	
.vnav {
	border: 1px solid #F2E9D7;
	background-image:url(images/vmenu_bg.png);
	width:150px;
	padding:5px;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	}
a:link {
	color: #533f36;
	text-decoration: none;
}
a:visited {
	color: #533f36;
	text-decoration: none;
}
a:hover {
	color: #636;
	text-decoration: none;
}
a:active {
	color: #533f36;
	text-decoration: none;
}

.form {
margin: 0;
padding: 0;
}
.smltxt {
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
.smlbtxt {
	font-family: Arial;
	font-size: 10px;
	color: #069;
}
.bodytxt {
	font-family: Arial;
	font-size: 12px;
	color: #666;
}
.wtxt {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	font-style: oblique;
}
.boldblue {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #009;
}.boldlblue {
	font-family: Verdana;
	font-size: 11px;
	color: #36F;
}
.bluebutton {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	background-color:#36F;
}
.hdr {
	background-image:url(images/vdtline.gif);

}
.headblue {
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	color: #666;
}
.headwhite {
	font-family: Arial;
	font-size: 36px;
	color: #fff;
}
.msgbox {
	font-family: Arial;
	font-size: 10px;
	color: #069;
	width: 300px;
	
}

.linkswhite a:link {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:visited {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #636;
	text-decoration: none;
}
.linkswhite a:active {
	color: #ffffff;
	text-decoration: none;
}

.linkstoggle a:link {
	color: #ffffff;
	text-decoration: none;
}
.linkstoggle a:visited {
	color: #ffffff;
	text-decoration: none;
}
.linkstoggle a:hover {
	color: #636;
	text-decoration: none;
}
.linkstoggle a:active {
	color: #ffffff;
	text-decoration: none;
}


.button {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #ffffff;
	background-color: #2E2521;
	width: 70px;
}

