

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headcell {
	background-image: url('images/header.jpg'); 
	background-repeat: no-repeat; 
    background-position: left top;
    border-bottom: 2px solid #CC0000;
}
.headcell h3 {
	float: right;
	margin: 110px 20px 0 0;
	font-size: 22px;
	color: #CC0000;
}
.headcell h3 .strap {
	font-size: 16px;
	color: #000000;
}
.headcell .url {
	color: #cc0000;
	font-size: 12px;
	float: left;
	margin: 5px 0 0 0;
	font-weight: bold;
}
.menucell {
	background-position: left top; 
	height: 30px;
	border-bottom: 2px solid #CC0000; 
	background-image:url('images/menuback.gif'); 
	background-repeat:repeat-x;
}
.menucell ul {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
}
.menucell ul li {
	list-style-type: none;
	float: right;
	margin: 0 0 0 2px;
	padding: 0;
}
.menucell ul li a {
	text-align: center;
	border-left: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	background-color: #000000;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	display: block;
}
.menucell ul li a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}
.contcell {
	background-color: #FFFFFF;
	font-size:12px;
}
.contcell h1 {
	color: #CC0000;
	font-size: 22px;
	margin: 10px 0 0 10px;
	padding: 0;
}
.foot {
	font-size: 10px;
	border-top: 1px dotted #CC0000;
	border-bottom: 1px dotted #CC0000;
	padding: 6px 0 6px 0;
	color: #CC0000;
}
.foot a {
	color: #000000;
	text-decoration: none;
}
.foot a:hover {
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}
.uk {
	font-size: 10px;
	color: #CC0000;
}
.uk a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.uk a:hover {
	border-bottom: 1px dotted #990000;
	color: #990000;
}
.pagelink {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.pagelink {
	border-bottom: 1px dotted #000000;
	color: #000000;
}
.imgbrdr {
	border: 1px solid #CC0000;
}
h2 {
	color: #990000;
	font-size: 18px;
	margin: 10px 0 0 10px;
	padding: 0;
}

