body {
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	margin: 0;
	padding: 0;
	text-align:center;
}

#outer {
 	text-align:left;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
 }
#hdr {
	width: 750px;
	background-color:#fff;
	text-align:left;
	float: none;
	}
#nav {
	width: 750px;
	text-align:left;
	float: none;
	background-color: #008080;
	padding: 10px 0 1px 0;
	}
#content {
	width: 750px;
	text-align:left;
	float: none;
	margin: 2px 20px 2px 20px;
	padding: 5px 1px 1px 2px;
	}
#ftr {
	width: 750px;
	text-align:left;
	float: none;
	margin: 40px 0 0 0;
	padding: 2px 0 10px 0;
	border-top: 1px solid #ccc; 
	}	
	
	
a:link {
	color: #fff;
	background-color:#088;
}
a:visited {
	color: #CCC;
	background-color:#088;
}
a:hover  {
	color: #FFCC00;
	background-color: #088;
}
a:active {
	color: #0C3;
	background-color: #088;
}

.bd {  font-family: Arial, Helvetica, sans-serif; color: #000000}
.bdb { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}
.bdbr { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #336666}
.cap {  font-family: Arial, Helvetica, sans-serif; font-size: 0.625em; color: #000000}
.ftr {  font-family: Arial, Helvetica, sans-serif; font-size: 0.625em; color: #666666}
.bdten { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #000000}
.bdtenB { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight: bold; color: #000000}
.position { font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; color: #000000}
.navt { font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; font-weight: bold; color: #006666}
.red { font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; font-weight: bold; color: #DD0000}
