@charset "UTF-8";
/* CSS Document */

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.nav a:hover {
text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.tableborder {
	border:thin; 
	color:#5FB902;
}
body {
	background-image: url(images/background.gif);
}

#headmast {position:relative;}
a#owclink {background: url(images/backtoowc5.gif); width:175px; height:50px; display:block; position:absolute; top:-50px; right:20px;}
