/* CSS Document */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #0099FF;
	text-decoration: none;
}
a.nav {
	text-decoration: none;
	width: 160px;
	height: auto;
	padding: 1px;
	float: left;
	clear: none;
	background-color: #000033;
	border-top: thin solid #000033;
	border-bottom: thin solid #000033;
	border-right: thin none #000033;
	border-left: thin none #000033;
}
a:hover.nav {
	background-color: #003366;
	border-top: thin outset #0000CC;
	border-right: thin none #0000CC;
	border-bottom: thin outset #0000CC;
	border-left: thin none #0000CC;
}
a.navhilite {
	text-decoration: none;
	width: 160px;
	height: auto;
	padding: 1px;
	float: right;
	clear: none;
	color:#FFFF00;
	background-color: #330000;
	border-top: thin solid #330000;
	border-bottom: thin solid #330000;
	border-right: thin none #330000;
	border-left: thin none #330000;
}
a:hover.navhilite {
	background-color: #990000;
	border-top: thin outset #CC0000;
	border-right: thin none #CC0000;
	border-bottom: thin outset #CC0000;
	border-left: thin none #CC0000;
}
.navhead {
	text-decoration: none;
	width: 160px;
	border: thin #000033;
	height: auto;
	padding: 1px;
	line-height: 18px;
	float: left;
	clear: none;
	background-color: #003366;
	font-weight: bold;
	color: #00CCFF;
	cursor: default;
	text-align: center;
}
.navhelp {
	text-decoration: none;
	width: 160px;
	height: auto;
	padding: 1px;
	float: left;
	clear: none;
	background-color: #000066;
	border-top: thin solid #000066;
	border-bottom: thin solid #000066;
	border-right: thin none #000066;
	border-left: thin none #000066;
}
table {
}

td.charinfo {
  background-color: #000055;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
}
td.charhead {
	background-color: #000033;
	border: none;
	cursor: default;
}
table.charinfo { border: none; }
td.pageheader { background-color: #000000; border: none; }
td.noborder { border: none; }
table.noborder { border: none; }
input {
	background-color: #333333;
	border: 1px dotted #999999;
	color: #CCCCCC;
}
.input {
	background-color: #333333;
	border: 1px dotted #999999;
	color: #CCCCCC;
}
select {
	background-color: #333333;
	border: 1px dotted #999999;
	color: #CCCCCC;
}
.button {
font-family: verdana,arial,helvetica,sans-serif;
     font-size: 12px;
     color: #F8DB83;
     background-color: #6b563f;
     border-top: 1px solid #947356;
     border-left: 1px solid #947356;
     border-right: 1px solid #403225;
     border-bottom: 1px solid #403225;
}
.pagetitle {
	font-family: "Old English Text MT", "Times New Roman";
	font-size: 20px;
	color: #FFFFFF;
}
a.motd {
	text-decoration: none;
	width: 160px;
	height: auto;
	padding: 1px;
	float: right;
	clear: none;
	color:#FFFF00;
	background-color: #330000;
	border-top: thin solid #330000;
	border-bottom: thin solid #330000;
	border-right: thin none #330000;
	border-left: thin none #330000;
}
a.hotmotd {
text-decoration: none;
	width: 160px;
	height: auto;
	padding: 1px;
	float: right;
	clear: none;
	color:#FFFFFF;
	background-color: #990000;
	border-top: thin outset #CC0000;
	border-right: thin none #CC0000;
	border-bottom: thin outset #CC0000;
	border-left: thin none #CC0000;
}
a:hover.motd {
	background-color: #990000;
	border-top: thin outset #CC0000;
	border-right: thin none #CC0000;
	border-bottom: thin outset #CC0000;
	border-left: thin none #CC0000;
}

.navhi { color: #00FF00; }
.colDkBlue    { color: #0000FF; }
.colDkGreen   { color: #00CC33; }
.colDkCyan    { color: #00B0B0; }
.colDkRed     { color: #CC0000; }
.colDkMagenta { color: #B000CC; }
.colDkYellow  { color: #B0B000; }
.colDkWhite   { color: #B0B0B0; }
.colLtBlue    { color: #0099FF; }
.colLtGreen   { color: #99FF33; }
.colLtCyan    { color: #00FFFF; }
.colLtRed     { color: #FF0000; }
.colLtMagenta { color: #6600FF; }
.colLtYellow  { color: #CCFF66; }
.colLtWhite   { color: #FFFFFF; }
.colLtBlack   { color: #999999; }
.colLtOrange { color:#FFCC33; }
.colDkOrange { color:#FF6600; }
.colLtPink { color: #FF99FF; }
.colDkPink { color: #FF00FF; }
.colLtTeal { color:#66CC99; }
.colDkTeal { color:#339999; }
.trhead  { background-color:#990000; color:#FFFFFF; }
.trlight { background-color:#330000; }
.trdark  { background-color:#000000; }


