@charset "UTF-8";
/* CSS Document */





body {
	background-image: url(images/back.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #bfbfbf;
}


.bodytextTITLES {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#993300;
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.producttitlestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	font-weight:bold;
}


.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

.pricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#666666;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #333333;
}

