@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
}
.tableRollOverEffect1{
		background-color:#06F;
		color:#FFF;
}	
.tableRowClickEffect1{
		background-color:#CCC;
		color:#025;
}
.header{
	background-image:url(images/top.jpg);
}
.menu{
	background-image:url(images/menu.jpg);
	background-color:#000;
	font-size:13px;
	color:#FFF;
}
.menu2{
	background-color:#000;
	font-size:13px;
	color:#FFF;
}
a:link {
	color: #8BE;
	text-decoration: none;
}
a:visited {
	color: #8BE;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}
a:active {
	color: #8BE;
	text-decoration: none;
}
.newstitle {
	font-size: 16px;
}
.news {
	background-color: #025;
	color: #FFF;
	font-weight:500;
	font-size: 12px;
	background-image:url(images/table_mid.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.maintable {
	background-color: #025;
	color: #CCC;
	font-size: 12px;
	background-image:url(images/table_mid.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.footer {
	background-color: #000;
	color: #CCC;
	font-size: 10px;
	font-style: italic;
}
.tableheaders {
	font-weight: bolder;
	text-decoration: underline;
	cursor: pointer;
}
.tabletitle {
	background-image:url(images/table_top.jpg);
	color:#FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.tablefooter {
	background-color:#025;
	color:#FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
ul#list-nav {
	list-style:none;
	margin:20px;
	padding:0;
	width:625px;
	z-index:9001;
}

ul#list-nav li {
	display:inline
}

ul#list-nav li a {
	text-decoration:none;
	padding:5px 0;
	width:100px;
	background:#025;
	color:#eee;
	float:left;
	text-align:center;
	border-style:solid;
	border-spacing:0px;
	border-width: 1px;
	border-color: #000;
}

ul#list-nav li a:hover {
	background-color:#06F;
	color:#FFF;
}
ul#list-nav li a:active {
	background-color:#CCC;
	color:#025;
}