﻿a:active {
	color: #008080;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #008080;
	text-decoration: none;
}
a:visited {
	color: #008080;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	background-image: url('images/bkgnd.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 12pt;
	font-family: cursive;
	font-weight: bold;
}
h1 {
	font-size: 18pt;
	font-family: cursive;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: x-small;
	margin-bottom: 0px;
	font-style: normal;
	margin-top: 0px;
}
h4 {
	font-size: xx-small;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	color: #808080;
}
img {
	border-width: 0;
}
table {
	border: 0px;
}
.bt {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	vertical-align: top;
}
td {
	border-style: solid;
	border-width: 0px;
}
.menu {
	background-color: #CCCCCC;
}
.menulite {
	border: inset;
	border-collapse: collapse;
	border-width: thin;
}
.menulink {
	font-weight: bold;
}
.ltheader {
	left: auto;
}
.ctheader {
	left: auto;
	right: auto;
}
.rtheader {
	right: auto;
}
.xtx {
	background-color:#F8F8F8;
	filter: Alpha(opacity=95);
	opacity: 0.95;
}