@charset "utf-8";
/* CSS Document */

.background{
  background:url(../images/js_bg.jpg) no-repeat;
} 


.heading{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.submenu{
	font-family:Tahoma;
	font-size:12px;
	color:#cccccc;
	text-decoration:none;
}
 
.submenu:hover {
	color: #666666;
	text-decoration:underline;
}


.text{
    font-family:Tahoma;
	font-size:11px;
	color:#666666;
	
}
.subtext{
    font-family:Tahoma;
	font-size:9px;
	color:#666666;
	
}

.productlinks{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
    text-decoration:none;
}


.footer{
	font-family:Tahoma;
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
}

.lu{
	size:20px;
	color:#cbcbcb;
	}
	
.fieldset {
	margin:3px;
	height:20px;
	width:140px;
	border:inherit;
	background:url(../images/formbg.gif);
	}
	
	.fieldsetsmall {
	margin:3px;
	height:20px;
	width:80px;
	border:inherit;
	background:url(../images/formbg.gif);
	}
	
 .fieldsettextarea {
	margin:3px;
	height:100px;
	width:300px;
	border:inherit;
	background:url(../images/formbg.gif);
	}
	.button {
	margin:3px;
	height:24px;
	width:80px;
	border:inherit;
	background:#787878;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
	}
