/* CSS Document */


BODY { 
  background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top:0px;
	background-color:#000;
		margin:0;}
	
.ul{
	list-style-type: none; 
	padding-left:0px;
	margin-top:0px;

}
.li{ border-bottom:1px dotted #ccc; line-height:19px;}

.gallimg{
	width:155px;
	height:120px;
	padding:5px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 3px;
	margin-bottom: 3px;
	overflow: hidden;
}

a:link,a:visited,a:active,a:hover{
	color: #545911;
	text-decoration: none;
}
a:hover {
	color: #693;
}

.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;
}
.bodywtxt {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}
.boldtxt {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #009;
}.boldlcol {
	font-family: Verdana;
	font-size: 11px;
	color: #36F;
}
.button {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	background-color:#360;
}
.hdr {
	background-image:url(images/vdtline.gif);

}
.headtxt {
	font-family: "book Antiqua";
	font-size: 17px;
	font-weight:bold;
	color: #545911;
	font-style:italic;
}

.linkswhite a:link, .linkswhite a:visited, .linkswhite a:active, .linkswhite a:hover {
	color: #FFF;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #6C0;
}

