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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
h1 {
	font-size: 18px;
	color: #900;
}
h2 {
	font-size: 16px;
	color: #900;
}
h3 {
	font-size: 14px;
	color: #900;
}
.backing{
	background-image: url(images/frame_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;	
	}
	
	
<!-- Concertina Codes --!>

.sbnavmenu
{
	font-family: arial;
	padding:0px;
	width: 100%;
	z-index:1;
}
a.navbuts, a.navbuts:active, a.navbuts:link, a.navbuts:visited {
	width: 100%;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	z-index:1;
	padding-top:8px;
}
a.navbuts:hover {
}
.navbuts{
	width: 100%;
	text-decoration: none;
	z-index:1;
}
a.navsubs, a.navsubs :link, a.navsubs :visited, a.navsubs :active {
	width: 100%;
	color: #000000;
	text-decoration: none;
	padding-bottom:1px;
	cursor: text;	
	z-index:1;
}
a.navsubs:hover {
	color: #000000;
	text-decoration: none;
	padding-bottom:1px;
	cursor: text;	
	z-index:1;
}
.showit {
	z-index:1;
}
.hideit {
	display: none;
}
/* Opera Hack */
html>body .hideit {
    display: block;
}