@charset "UTF-8";
/* CSS Document */

.centerpage {
	text-align: center;
}

body {
	background-color: #9bc4e2;
}
p {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 11px;
	color: #7b3f00;
		line-height: 13px;
}
.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #7b3f00;
		padding-top: 0px;
		margin-top: 0px;
		line-height: 10px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #7b3f00;
	
	text-align: left;
	
	padding: 0px;
	margin: 0px;
	
}
a:link {color: #7b3f00; text-decoration:none; font-weight: bold;}     /* unvisited link */
a:visited {color: #7b3f00; text-decoration:none; font-weight: bold;}  /* visited link */
a:hover {color: #DD7500; text-decoration:none; font-weight: bold;}   /* mouse over link */
a:active {color: #7b3f00; text-decoration:none; font-weight: bold;}   /* selected link */
