@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333333;
}
.style1 {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.style2 {
	color: #CC0000;
	font-size: 12px;
}
a:link {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
p {
	padding: 10px 0 0 0;
}
th {
	text-transform:uppercase;
	background-color: #FDFDFD;
	border-bottom:#333333 solid 1px;
	text-align:center;
	font-size:12px;
}
h1 {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding:0;
	margin:0;
}
h3 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.price {
	font-size: 14px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.footer {
	font-size: 11px;
	color: #333333;
}
.footer2 {
	color: #CC0000;
}
.footer3 {
	color: #CC0000;
	font-weight:bold;
}
.style3 {
	color: #000000;
	font-size: 12px;
}
.head1 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
li {
	list-style:none;
}
ul {
	font-size: 12px;
	color: #333333;
}
.img-shadow img {
	border: 1px solid #CCCCCC;	
	padding: 5px;
}