/* CSS Document */


BODY { 
  background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top:0px;}
	
.prodbg{
	padding: 5px;
	border: 1px solid #CCC;
	width: 130px;
	height: 150px;
	overflow:hidden;
}
	.ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left:0px;
	}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #3333FF;
	text-decoration: none;
}
a:active {
	color: #3333FF;
	text-decoration: none;
}

.form {
margin: 0;
padding: 0;
}
.smltxt {
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
.ertxt {
	font-family: Arial;
	font-size: 10px;
	color: #F00;
}
.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;
}
.bluebutton {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	background-color:#39F;
}
.hdr {
	background-image:url(vdtline.gif);

}
.headblue {
	font-family: "book Antiqua";
	font-size: 25px;
	font-weight:bold;
	color: #069;
	font-style:italic;
}
.midblue {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #069;
}
.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;
}

