BODY{
	font-family:Verdana;
	font-size: 11px;
	margin:5px;
	width:1100px;
	margin-right:auto;
	margin-left:auto;
}

a, a:link, a:visited
{
	color: #003399;
	text-decoration: none;
}
a:hover
{
	color: #CC3300;
	text-decoration: underline;
}
a img{
	border: none;
}

h1,h2
{
	font-family:Arial;
	font-weight:bold;
}
h2
{
	color: #800000;
	font-size:14px;
}
h1
{
	color: #333333;
	font-size: 15px;
	font-weight: bolder;
}

.normal{
	font-size: 12px;	
}
.small{
	font-size: 10px;
}
.medium{
	font-size: 14px;
}
.bold{
	font-weight: bold;
}
.faint{
	color: Gray;
}
.nowrap{
	white-space: nowrap;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.padded{
	padding: 5px;
}
.block{
	display: block;
}
.top{
	vertical-align: top;
}

.side
{
	width:15%;
	float:left;
	clear:left;
	display:inline;
	padding:5px;
	margin:0px;
	background-color: #EFEFEF;
}

.main
{
	width:80%;
	float:left;
	display:inline;
	padding:5px;
	margin:0px;
}

.footer
{
	clear:both;
}
.header
{
	background-color:#000000;
}

.header a, .header a:link, .header a:visited
{
	color: #DCDCDC;
}
.header a:hover
{
	color:#ABABAB;
}

.hide
{
    display: none;
}
HR{
	color: #0068CC;
	background-color: #0068CC;
	border: 1px solid #0068CC;
}

.error{
	border-top: 2px solid #BA0000;
	border-bottom: 2px solid #BA0000;
	background-color: #FFFACD;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}




.listPrice
{
	color:Red;
	font-size:9px;
}
.usedPrice
{
	color:#090909;
	font-size:9px;
}
.newPrice
{
	color:Green;
	font-size:11px;
	font-weight:bold;
}
.savings
{
	color:Green;
	font-size:10px;
}



