HTML, BODY, P, TD {
	font-family: arial, helvetica, sans-serif ;
	font-size: 9pt;
}

h1 {
	margin-top:70px;
	font-size:18px;
	color:#fff;
}
h2 {
	margin: 0px;
	font-size: 18px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body { 
	margin:0px; 
	padding:0px; 
	height:100%; 
} 

small {
	font-size: 8pt;
}

.outertable {
	height: 100%;
}
.toprow {
	height: 226px;
}

.contenttable {
	/* Tables containing all the content */
	width: 100%;
	border: 4px solid #395a00;
	border-top: 0px;
	background-color: #668822;
	padding: 5px;
	text-align: justify;
}


.contentimg {
	/* Logos / wallpapers etc  */
	padding: 5px;
	maring: 2px;
	border: 1px solid #395a00;
}

.contentheading {
	/* Put a fancy graphic above content tables */
	width: 100%;
	font-size: 7pt;
	text-align: right;
	padding-rightt: 6px;
	background: #395a00;
	color: #CF9;
	background: url('images/content_table_top_bg.gif');
	border-right: 4px solid #395a00;
}


a.nav {
	display:block;
	width: 157px;
	background-color: #060;
	padding:2px;
	margin: 1px;
	text-align:center;
	text-decoration: none;
}

h3 {
	font-size: 12px;
	display:block;
	width: 157px;
	margin:2px;
	text-align:center;
}
a.subnav {
	background-color: #060;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	margin: 12px;
	margin-left: 0px;
}
a.nav:hover,a.subnav:hover {
	text-decoration: none;
	background-color: #090;
	color: #fff;
}



.footer {
	background: url('images/footer_frame_bg.gif') ;
}

spotnav, .spotnav a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	color: #cfc;
}

.spotnav a:hover {
	color: #ff3;
	text-decoration: none;
}
