div.avscroll {
	height: 230px;
	width: 279px;
	overflow: auto;
	border: 0px dotted #666;
	background-color: #fff;
	padding: 20px 10px 10px 3px;
	}

div.contactscroll {
	height: 70px;
	width: 279px;
	overflow: auto;
	background-color: #fff;
	padding: 20px 10px 10px 3px;
	}
div.newsscroll {
	height: 175px;
	width: 279px;
	overflow: auto;
	border: 0px dotted #666;
	background-color: #fff;
	padding: 10px 10px 10px 3px;
	}
div.pressscroll {
	height: 245px;
	width: 493px;
	overflow: auto;
	border: 0px dotted #666;
	background-color: #fff;
	padding: 20px 10px 10px 0px;
	}	
div.tourscroll {
	height: 225px;
	width: 279px;
	overflow: auto;
	border: 0px dotted #666;
	background-color: #fff;
	padding: 20px 10px 10px 3px;
	}
span.store {
	height: 25px;
	width: 25px;
	overflow: auto;
	border: 0px dotted #666;
	background-color: #fff;
	padding: 0px;
	}

.border {
	border: thin dotted #333333;
}

.bodyfont{
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 12px;
}
p.normal {
	color: black
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
