@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background: #595959;
	color: #666;
	font-size: 90%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	}
img {
	border: 0;
	}
a {
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	}
a:hover {
	color: #996633;
	}
p {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0 10px 0;
	padding: 0;
	}
img {
	float: left;
	clear: both;
	}
h3 {
	margin: 20px 0 0px 0;
	padding: 0;
	}
.button_container {
	float: left;
	clear: both;
	width: 100%;
	}
.button {
	clear: both;
	float: left;
	background: url(../images/button_left.gif);
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding-left: 15px;
	height: 24px;
	}
.button span {
	float: left;	
	clear: none;
	background: url(../images/button_right.gif);
	background-repeat: no-repeat;
	padding-right:15px;
	height: 24px;
	}
.button em {
	float: left;
	clear: none;
	background: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	font-style: normal;
	}
.button div.text_adj {
	position: relative;
	top: 2px;
	}
a.button_link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}
.req_field {
	color: red;
	}
.spot_color_1 {
	 color: #CC9900;
	}