@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg-main-color.jpg);
	background-repeat: repeat-x;
	margin:10px;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

a.offers {
	font-size: 13px;
	color: #000000;
	text-decoration:underline;
}

a.header {
	padding:5px;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.style3 {
	color: #FF0000; font-weight: bold; 
}
.bg-color { 
	background-image:url(images/bg-site-color.jpg);
}
p {
	text-align:justify;
	text-indent: 2em;
}
li {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-align:left;
}
h2 {
	font-size: 14px;
}
h1 {
	font-size: 16px;
}
.form {
	width: 300px;
	height:17px;
	font-size:11px;
	border-width:1px;
	border-style:dashed;
	border-color:#999999;
}
