<!--

html { overflow: -moz-scrollbars-vertical !important; }

body {
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #252e19;
}
body,td,th {
	color: #000000;
	font-family: Trebuchet MS,arial;
	font-size: 12px;
	line-height: 1.5;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.0;
	color: #666666;
}
.menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.menu a:hover {
	font-weight: normal;
	color: #252e19;
	text-decoration: none;	
}
.menu a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;	
}
.menu a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none;	
}

.menuSpacing {
	padding-top: 0px;
	#padding-top: 10px;
}

a:link {
	color: #6d9a35;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #6d9a35;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #6d9a35;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #6d9a35;
	text-decoration: underline;
	font-weight: bold;
}

.copyrightCell {
	padding-top: 15px;
	color: #6d9a35;	
	font-size: 10px;
	font-weight: normal;
	text-align: center;	
}

.copyrightCell a {
	color: #6d9a35;	
	font-weight: bold;
	text-decoration: none;
}

.copyrightCell a:hover {
	color: #afc48b;
	font-weight: bold;
	text-decoration: underline;
}

.title {
	color: #6d9a35;
	font-size: 18px;
	font-weight: bold;
}

.newsTitle {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

.newsTitleSmall {
	font-size: 10px;
	font-family: verdana,arial;
}

/* form size fields  */
.textinput {
	width: 220px;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	/*text-align: center; */
}

.textarea {
	width: 420px;
	height: 120px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	/*text-align: center; */
}

.button {
	cursor: hand;
	cursor: pointer;
}
#coupon_container {
	margin: 0 auto;
	text-align: center;
	width: 700px;
	height: 377px;
	background-image: url(../images/coupon.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: 3px dashed #000;
}

-->