@charset "utf-8";
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #616161;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
}
.headtitle{
color:#7c0080;
font-weight:bolder;
font-size:14px;
padding:0px;
margin:0px;
}

img{
border:none;
}
a{
color:#006699;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.topline{
border-top:dashed 1px #ccc;
}
.producttitle{
font-weight: bolder;
color:#006699;
font-size:13px;
margin:3px 0px;
}
.errtxt{
color:#E00;
}
input{
border:1px solid #999;
padding:3px;
}
.whitefont{
color:#FFF;
}
.whitefont a{
text-decoration:underline;
color:#FFF;
}
.whitefont strong{
color:#FFF;
font-weight:bold;
}
.contentbordertop{
border-top:1px solid #a343c9;
}
.contentborderright{
border-right:1px solid #a343c9;
}
.bordertop{
border-top:1px dashed #999;
}
.bordertbottom{
border-bottom:1px dashed #999;
}