.body_white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
}
.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #827149;
	color : #663300;
	line-height : 19px;
}
.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #645A57;
	text-decoration : none;
}
.button:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #B0926B;
	text-decoration : underline;
}
body {
	background-color: #6F8264;
	background-image: url(images/gradient_bkg.jpg);
	background-repeat: repeat-x;
	scrollbar-3dlight-color: #DADFD6;
	scrollbar-arrow-color: #6F8264;
	scrollbar-base-color: #BEC8BA;
	scrollbar-darkshadow-color: #26341E;
	scrollbar-face-color: #BEC8BA;
	scrollbar-highlight-color: #DADFD6;
	scrollbar-shadow-color: #26341E;
	scrollbar-track-color: #526447;
	overflow:auto;
}
.address {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #352F26;
	line-height : 15px;
	padding-left : 12px;
}