
body{
	margin: 0px;
	padding: 0px;
	background-color: #6B549C;
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

table{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #818485;
}

#footer{
	color: #CFC8DF;
	height: 18px;
	background-image: url('../images/footer.gif');
	padding-left: 95px;
	padding-top: 1px;
}

#footer a{
	color: #CFC8DF;
	text-decoration: none;
}

.faq{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	list-style-image: url('../images/dot_gray.gif');
	color: #818485;
	padding-left: 23px;
	margin-left: 0px;
}

.faq a{
	text-decoration: none;
	color: #818485;
}

.faq li{
	margin-top: 5px;
}

.faq_off{
	list-style-image: url('../images/dot_gray.gif');
	color: #818485;
}

.faq_off a{
	color: #818485;
}

.faq_on{
	list-style-image: url('../images/dot_blue.gif');
	color: #00ADD3;
}

.faq_on a{
	color: #00ADD3;
}




.prod{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	list-style-image: url('../images/dot_white.gif');
	color: #818485;
	padding: 3px 0px 3px 23px;
	margin: 0px;
}

.prod a{
	text-decoration: none;
	color: #818485;
}

.prod li{
	margin-top: 3px;
}

.prod_off{
	list-style-image: url('../images/dot_white.gif');
	color: #818485;
}

.prod_off a{
	color: #818485;
}

.prod_on{
	list-style-image: url('../images/dot_blue.gif');
	color: #00ADD3;
}

.prod_on a{
	color: #00ADD3;
}

#product_desc p{
	color: #12B9E4;
	font-weight: bold;
}

.hidden_div{
	position: absolute;
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
	top: -100;
	left: -100;
}

input, select, textarea{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	/*color: #818485;*/
	color: #333333;
	font-weight: bold;
}