body {
	margin: 0px;
	background-color: #606162;
}
.content_table {
	background-image: url(../_images/content_bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.padding8 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 7px;
	padding-left: 7px;
}
.headline {
	font-weight: bold;
	text-transform: capitalize;
	color: #B80000;
	font-size: 13px;
	line-height: 20px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #B80000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
.posted {
	font-style: italic;
	color: #666666;
}
.copyright {
	font-size: 10px;
	color: #666666;
}
.detail_bg {
	background-attachment: fixed;
	background-image: url(../_images/detail_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.input {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 2px 0px 0px;
}
.price {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
