@charset "iso-8859-1";
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

table {
	text-align: center;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#66CC33;
	font-weight:bold;
	font-size:10px;
}

body,td,th {
	color: #FFFFFF;
}

a:link {
	color: #FFFF00;
}

a:visited {
	color: #FFCC00;
}

.Header {
	font-size: 13px;
	text-align: center;
}

.Footer {
	font-size: 9px;
	text-align: center;
}

.Note {
	font-size: 10px;
}

.BoldNote {
	font-size: 10px;
	font-weight: bold;
}

.Heading {
	font-size: x-large;
}

.SubHeading {
	font-size: large;
	color:#FFFFFF;
}

.SubHeadingError {
	font-size: large;
	font-weight: bold;
	color:#FFCC00;
}

.Error {
	color:#FFCC00;
}

.BrandHeading {
	font-size: large;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.RangeHeading {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}

.ProductName {
	font-weight: bold;
}

.ProductDesc {
	font-size: small;
	text-align: center;
}

.Content {
	text-align: justify;	
}

.GMapPoint {
	font-size: 14px;
	color: #000000;
}

.OrderTable {
	text-align: left;
	vertical-align: text-top;
	vertical-align: top;
}

.BrandTable {
	text-align: left;
}

.ListTable {
	text-align: left;
}

.ListRow1 {
	background-color:#339933;
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}

.ListRow2 {
	background-color:#33CC66;
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}