body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0px;
}

h1 {
	font-weight: bold;
	font-size: 90%;
	color: #008080;
}

h2 {
	font-weight: bold;
	font-size: 80%;
	color: #008080;
}

p {
	font-size: 80%;
}

ul {
	font-size: 80%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #008080;
	text-decoration: underline;
}

.wrapper {
	background: #F2E8B4;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
}

.topButtons {
	background: #008080;
	border-bottom: 2px solid #F2E8B4;
	padding: 3px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}

.topButtons a {
	color: #FFFFFF;
	text-decoration: none;
}

.topButtons a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.button {
	background: #008080;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

.button a {
	color: #FFFFFF;
	text-decoration: none;
}

.button a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.buttonText {
	float: left;
}

.active {
	display: inline;
	background: #F2E8B4;
	float: right;
	width: 15px;
	height: 17px;
}

.inactive {
	display: inline;
	background: #E8EADC;
	float: right;
	width: 15px;
	height: 17px;
}

.subButton {
	background: #E8EADC;
	font-size: 70%;
	color: #000000;
}

.subButton a {
	color: #000000;
	text-decoration: none;
}

.subButton a:hover {
	color: #000000;
	text-decoration: underline;
}

.subButtonText {
	float: left;
}

.subInactive {
	display: inline;
	background: #C8DADC;
	border: 1px solid #008080;
	float: right;
	width: 13px;
	height: 15px;
}

.subActive {
	display: inline;
	border: 1px solid #008080;
	float: right;
	width: 13px;
	height: 15px;
}

.page {
	padding: 15px;
}

.bottomBar {
	background: #008080;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}

.bottomBar a {
	color: #FFFFFF;
	text-decoration: none;
}

.bottomBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.formFieldTitle {
	font-size: 80%;
}

input {
	border: 1px solid #008080;
	font-size: 70%;
}

.checkBox {
	border: 0px;
	font-size: 70%;
}

select {
	border: 1px solid #008080;
	font-size: 70%;
}

.tableCell {
	font-size: 70%;
}

.tableCellTitle {
	font-weight: bold;
	font-size: 80%;
	color: #008080;
}

.redText {
	font-size: 80%;
	color: #FF0000;
}

.copyright {
	text-align: left;
	float: left;
}

.webBuilder {
	text-align: right;
	float: right;
}
