/* CSS Document */


BODY { 
scrollbar-face-color : #fff; 
scrollbar-3dlight-color : #ccc;
scrollbar-darkshadow-color : #fff; 
scrollbar-arrow-color : #ccc; 
scrollbar-shadow-color : #ccc; 
scrollbar-track-color: #fff;

}
	
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #999;
	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;
}
.boldblue {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #009;
}.boldlblue {
	font-family: Verdana;
	font-size: 11px;
	color: #36F;
}
.button {
	font-family: arial;
	font-size: 11px;
	color: #666;
	background-color:#fff;
	border:1px solid #CCC;
}
.hdr {
	background-image:url(images/vdtline.gif);

}
.headtxt {
	font-family: verdana;
	font-size: 16px;
	font-weight:bold;
	color: #000;
}
.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: #0099FF;
	text-decoration: none;
}
.linkswhite a:active {
	color: ffffff;
	text-decoration: none;
}


