body {
	margin: 0px;
	background-color:#DDDDDD;
	text-align: center;
	color: #333333;
	font: 12px Verdana;
}
	
a {
	color: #0C263D;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #7A7B66;
	text-decoration: underline;
	font-weight: normal;
}

navlinks {
	color: #0C263D;
	text-decoration: none;
	font-weight: bold;
}

a.navlinks {
	color: #0C263D;
	text-decoration: none;
	font-weight: bold;
}
a.navlinks:hover {
	color: #7A7B66;
	text-decoration: underline;
	font-weight: bold;
}
	
#bodyArea {
	width: 760px; 	    
	margin: 10px auto;
	background-color: #FFFFFF;
	border: 1px solid black; 
	border-bottom: 4px solid black;
	border-right: 4px solid black;
}

.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0C263D;
}

.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #0C263D;
}

.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #7A7B66;
}

.header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0C263D;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0C263D;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0C263D;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C263D;
}

.bodycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.bodycontentsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
