td, select, input, p, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
p {
	text-align: justify;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #009AFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg_main.gif)
}
a {
	color: #009AFF;
	text-decoration: none;
    font-weight:bold;	
}
a:hover {
	text-decoration: underline;
}
.credit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
    text-align: center;
}

.price_sub_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.price_grid {
	font-size: 9px;
}
.white, .white:hover {
	color: #FFFFFF;
}
.sidebar {
	padding:0px;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.grey {
	color: #999999;
	font-weight:normal;
}
.grey:hover {
	color: #009AFF;
	text-decoration: underline;
}

.checkoutWrapper{
	padding: 10px 10px 30px 10px;
}