body {
	background-color: #A60000;
	background-image: url(/images/bg3.gif);
	
}

.bodytext1 {
	background-color: #0070a7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px;
	
	}
	
.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
}

.nav a:hover {
	color: #FF0000;
	background-color: #FFFFFF;

 }

.cliptable {
	background-color: #0070a7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #FF0000;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-bottom-color: #FF0000;
}

