@charset "utf-8";
/* CSS Document */

#wrapper {
	background-image: none;
	width: 1000px;
	border: medium solid #669900;
	background-color: #666666;
	float: none;
	right: 500px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #999999;
}
small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
#body {
	background-color: #FFFFFF;
	width: 830px;
	padding: 10px;
	vertical-align: middle;
	margin-left: 70px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Nueva Std Cond";
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669900;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}
#line {
	background-color: #669933;
	height: 10px;

}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	color: #3333FF;
	text-decoration: underline;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	color: #9933CC;
	text-decoration: underline;
}
img {
	margin: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h4  {
	font-family: "Nueva Std Cond";
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
h4  {
	float: left;
	width: 150px;
	border: thin outset #999999;
	background-color: #CCCCCC;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
