.openbar {
	background-image: url(img/baro.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}
.openbar a:link {
	text-decoration: none;
}
.openbar a:visited {
	text-decoration: none;
}
.openbar a:hover {
	text-decoration: underline;
}
.openbar a:active {
	text-decoration: underline;
}
.closebar {
	background-image: url(img/barc.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}
.closebar a:link {
	text-decoration: none;
}
.closebar a:visited {
	text-decoration: none;
}
.closebar a:hover {
	text-decoration: underline;
}
.closebar a:active {
	text-decoration: underline;
}
.nonbar {
	background-image: url(img/barn.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}
.nonbar a:link {
	text-decoration: none;
	color: #999999;
}
.nonbar a:visited {
	text-decoration: none;
	color: #999999;
}
.nonbar a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.nonbar a:active {
	text-decoration: underline;
	color: #FF6600;
}
.hidden {
	display: none;
}

.Header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF6600;
}
.vtsnav {
	background-image: url(img/navbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	padding-right: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.vtsnavline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
}
.vtsnav a:link {
	text-decoration: none;
	color: #003263;
}
.vtsnav a:visited {
	text-decoration: none;
	color: #003263;
}
.vtsnav a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.vtsnav a:active {
	text-decoration: underline;
	color: #FF6600;
}
.myarea {
  width:460px;
}
  
.myarea label {
text-align:right;
width:90px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.4em;
}

.myarea .nobr {display:none;}  

.myarea .textfield {
margin:.5ex;
height:16px;
width:200px;
}

.myarea .textarea {
margin:1px;
height:165px;
width:200px;
}

.myarea .select {
margin:.5ex;
height:20px;
width:206px;
}
