@charset "utf-8";
body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
.bottom_nav {
	background-color: #4A4A4A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898989;
	text-align: center;
	vertical-align: middle;
	color: #FFCC00;
}
h1, h2 {
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 30px;
}
p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.content {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-align: justify;
	font-size: 12px;
}
#image {
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.bottom_right {
	background-color: #4A4A4A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898989;
}
.highlight {
	font-style: italic;
	color: #FFCC00;
}
form {
	background-color: #8A8A8A;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px groove #CCCCCC;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E2E2E2;
	border: 1px solid #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E2E2E2;
	border: 1px solid #666666;
}

