body {
	background-image: images/background.gif;
	background-repeat: repeat;
	
	font-family: Arial;
	font-size: 11px;
}

div {
	overflow: -moz-scrollbars-vertical; 
	overflow-x: none; 
	overflow-y: scroll; 
	overflow: auto;
	font-family: Arial;
	font-size: 11px;
	padding: 5px;
}

div.textTable {
	width:285px; 
	height:358px;
}


div.textTable span.stateBold {	
	font-weight: 600;
}

div.textTable span.cityBold {
	color: #003366;
	font-weight: 800;
}

table.mainTable {

}

table.mainTable th {

}

td {
	font-family: Arial;
	font-size: 12px;
}

td.backgroundBlue {
	background-color: #CFECEE;	
}

td.backgroundWhite {
	background-color: #FFFFFF;	
}

td.backgroundTan {
	background-color: #F5F8CA;	
}

td.middleColumn {
	background-image: images/border-middle.gif;
	background-repeat: repeat;
}


a {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

span.footer {
	font-family: Arial;
	font-size: 10px;
}

span.footer a {
	font-family: Arial;
	font-size: 10px;
}

table.productInfo td {
	font-size: 12px;
}

td.content {
	font-weight: 400;
	font-size: 12px;
}

td.content strong {
	font-weight: 1000;
	font-size: 14px;
}