.body {
	BACKGROUND-POSITION: left top;
	background-color: #FFFFFF;	 /* white */
	/* BACKGROUND-IMAGE: url('../Images/banner.png'); */
	background-repeat: repeat-x;
}

.header {
	margin-top: 10px;
	margin-left: -5px;
	background-color: #A0AAFF;	/* white */
	text-align: center;
}
.ua {
	list-style-type: upper-alpha;
	padding-left: 15px;
	margin-left: 15px;
}
.circle {
	list-style-type: circle;
	padding-left: 15px;
	margin-left: 15px;
}
.rbullet {
	/* list-style-image: url('../images/rbullet.gif'); */
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 5px;
}
.square {
	list-style-type: square;
	padding-left: 15px;
	margin-left: 15px;
}
.disc {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 15px;
}
ul.none {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 15px;
}

.backcolor {
	/* background-color: #AAAAAA; */
	background-color: #A0AAFF;
}

.border-left {
	border-left: double;
}
.border-right {
	border-right: double;
}
.border-top {
	border-top: double;
}
.border-bottom {
	border-bottom: double;
}
.border-left-top {
	border-left: double;
	border-top: double;
}
.border-left-right-top {
	border-left-style: double;
	border-right-style: double;
	border-top-style: double;
}
.TopNev {
	/* font-weight: bolder; */
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color:#C0C0C0;
}

.Table-Header {
	color: #0F0062;
	background-color: #DFDFDF;
	/* background-color: 39F467; */
	/* border-top: 0px solid #F00000; */
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
}
.Section-Header {
	background-color: #3167C7;
	color: #F0FBFF;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	height: 1em;

}
.Alt-Header {
	background-color: #FCCC5D;
	color: #000080;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
	height: 1em;
}

.LeftNev {
	/* font-weight: bolder; */
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color:#AAAAAA;
}
.LeftNev p { margin-left:8px; }

.locations { font-size:9pt;color:#666666;font-weight:bolder; }
.loc_light { font-weight:lighter; }
.loc_right_menu {
	border-collapse: collapse;
	color: #AAAAAA;
	height: 100px;
	min-width: 100px;
	font-size: 9pt;
	font-weight: bold; 
}

textarea.location {
	font-size: 8pt;
	font-family: verdana,tahoma,arial,sans-serif;
	color: #666666;
}

table.locations {
	border-collapse: collapse;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
}

.LocTopNev {
	/* font-weight: bolder; */
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color:#800000;
}

.answer {
	/* font-weight: bolder; */
	color: #0000AA;
}
.page_bottom {
	position: absolute;
	margin-left: -5px;
	margin-right: 10px;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.company {
	font-family: tahoma;
	font-weight: bold;
	font-size: 11pt;
	color: #AA0000;
}
.panel {
	border: 3px groove #300E99;
	height: 100px;
}
.absolute_top {
	position: absolute;
	width: 100%;
	height: 80%;
	display: block;
	float: left;
	margin-top: 5px;
	background-color: #FFFFFF;
	overflow: visible;
}
div.scroll {
	/* position: absolute; */
	height: 85%;
	width: 94%;
	overflow: scroll;
	/* border: 1px solid #666; */
	/* background-color: #ccc; */
	padding: 5px;
	margin-top: 0px;
}

.scroll_new {
	/*position: absolute; */
	height: 500px;
	width: 700px;
	overflow: scroll;
	/* border: 1px solid #666; */
	/* background-color: #ccc; */
	padding: 5px;
	margin-top: 0px;
	margin-left:00px;
}

 .scroll_out {
	/*position: absolute;
	height: 500;
	width: 650;
	overflow: scroll;
	  border: 1px solid #666; */
	/* background-color: #ccc; */
	padding: 5px;
	margin-top: -520px;
	margin-left:00px;
}

.left align {
	/*position: absolute;
	height: 25%;
	width: 70%;
	overflow: scroll;*/
	/* border: 1px solid #666; */
	/* background-color: #ccc; */
	padding: 5px;
	margin-top:-500px;
	margin-left:0px;

}


 blockquote {
    max-width: 620px;
    background: url('rs-right.png') repeat-y right;  
}

/* Added by Bruce H */

table.FullSize {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}

td.FullSize {
	height: 100px;
	width: 100%;
}

tr.ShopRow {
	height: 100px;
}

.ShopName {
	text-align: center;
	color: #FFFF00;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
}

.ShopAddress {
	text-align: center;
	vertical-align: top;
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 100%;
	width: 100%;
}

.ShopLocation {
	text-align: center;
	vertical-align: bottom;
	color: #666666;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}

.v_align {
	vertical-align: middle;
}