@charset "UTF-8";
html, body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	width: 936px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #a2a81d;
	text-decoration: none;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	height: 100%;
	width: 936px;
	background-color: #FFFFFF;
	z-index: 0;
}
.content {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 899px;
}
.green  {
	text-transform: capitalize;
	color: #a2a81d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a.green:link  {
	text-transform: capitalize;
	color: #a2a81d;
	text-decoration: none;
}
a.green:visited  {
	text-transform: capitalize;
	color: #a2a81d;
	text-decoration: none;
}
a.green:hover  {
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
.black {
	font-size: 12px;
	line-height: 20px;
}
a.black:link {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
