body {
	background-color: #ccc;
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

a:link, a:active, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover { 
	color: #0099CC;
	text-decoration: none;
}

a.toplinks:link, a.toplinks:active, a.toplinks:visited, a.toplinks:hover {
	padding-left: 7px;
	padding-right: 7px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
}

textarea, option, select, input {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	background-color: #ffcc00;
}

input.button {
	background-color: #F0F0F0;
	color: #000000;
	font-size: 11px;
	border-style: outset;
}

td {
	font-size: 12px
}

.header {
	background-color: #000066;
	width: 775px;
}
.header2 {
	width: 775px;
	height: 25px;
	padding: 4px;
	background-color: #ff9900;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 12px;
	border-right: 1px solid #000;
}

.bannerbox {
	background-color: #FDFDFD;
	width: 775px;
	border-right: 1px solid #000;
}

.bannerimage {
	border: 1px solid #ccc;
}

.gentable {
	width: 100%;
}
.errortable {
	background-color: #FDFDFD;
	border: 1px solid #000;
	width: 775px;
}
.mainbody {
	background-color: #FDFDFD;
	width: 775px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.menuarea {
	width: 200px;
	padding: 5px;
}
.menu {
	border: 1px solid #000;
	width: 100%;
}
.menu td {
	padding: 2px;
	height: 23px;
}
td.menutitle {
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 25px;
	background-color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #000;
}

.mainarea {
	padding: 5px;
}
.alphatabletop {
	width: 100%;
	margin-bottom: 5px;
}

.alphatabletop td {
	text-align: center;
}

.alphatablebottom {
	width: 100%;
	margin-top: 5px;
}

.alphatablebottom td {
	text-align: center;
}

a.alphabet:link, a.alphabet:hover, a.alphabet:active, a.alphabet:visited {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.bbslisting {
	width: 100%;
}
.cell1 {
	width: 75px;
	height: 23px;
	background-color: #FFC062;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
.cell1a {
	width: 110px;
	height: 23px;
	background-color: #FFC062;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

.cell2 {
	height: 23px;
	font-size: 12px;
}

.footer {
	width: 775px;
	height: 25px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}
ol {
	list-style-type: decimal;
	text-align:left;
}
ul {
	list-style-type: square;	
}
li {
	list-style-position: outside;
	line-height: 150%;
}