/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
}
body {
	background-image: url(img/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #B11521;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B11521;
}
a:hover {
	text-decoration: none;
	color: #606060;
}
a:active {
	text-decoration: underline;
	color: #B11521;
}
.copyright {font-size:9px;}
.style1 {color:#B11521;
		font-weight:bold;}
.style2 {color:#606060;
		font-weight:bold;}
h1 {
font-size: 18px;
font-weight: bold;
padding: 10px 10px 0 15px;
}
.prod_h1 {
font-size: 18px;
font-weight: bold;
padding: 10px 10px 0 0;
}