body {
	background-color: #AAAB8A;
}
body, td, th, p {
	color: #440000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 10 px;
}
h1  {
	color: #993300;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h5    {
	color: #440000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	color: #770000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	color: #993300;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #440000;
}
h4 {
	color: #440000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	display: block;
}

.small {
	font-size: 90%;
}

.title {
	font-weight: bold;
	text-decoration: underline;
}

.rounded {
	background-color: #00C9CD;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #996600;
	border-radius: 8px;
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
}
.rounded .left {
	float:left;
	background-color: #00FFFF;
	text-align:center;
	width:231px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #996600;	
}
.rounded .center {
	float:left;
	background-color: #00FFFF;
	text-align:center;
	width:231px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #996600;	
}

#prosperos {
	background-color: white;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #996600;
	border-radius: 8px;
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	margin-bottom: 15px;
	padding: 8px;
}


#agree {
	border: 3px solid #000000;
}
