a:link, a:visited {
	color: #005177;
	text-decoration: none;
}
a:hover {
	color: #C33;
	text-decoration: none;
}
.nav, .nav:link, .nav:visited {
	color: #000;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #C33;
	text-decoration: underline;
}
table {
	empty-cells: show;
}
td {
	color: #000;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
input, textarea {
	color: #000;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #ECEDEE;
}
input.check {
}
select {
	color: #000;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	background: #ECEDEE;
}
hr {
	color: #33343A;
}
.hrcolor {
	height: 1px;
	border: 0;
	color: #33343A;
	background-color: #33343A;
}
.quote {
	color: #000;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	background: #DEE7EF;
}
.code {
	color: #000;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	background: #CCC;
}
.quoteheader, .codeheader {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}
.help {
	cursor: help;
}
.meaction {
	color: red;
}
.editor {
	width: 100%;
}
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}
.windowbg {
	color: #000;
	background-color: #ECEDEE;
}
.windowbg2 {
	color: #000;
	background-color: #F8F8F8;
}
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	background-color: #5A5C66;
}
.titlebg a:hover {
	color: #FFF;
	text-decoration: underline;
}
.catbg {
	font-weight: bold;
	color: #000;
	background: #ECEDEE url("images/catbg.gif");
}
.bordercolor {
	background-color: #33343A;
}
.tborder {
	border: 1px solid #33343A;
}
.smalltext {
	font-size: x-small;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
#toplogo {
	height: 180px;
	background: #000 url("images/forum-header-2009.jpg") top left repeat-x;
	text-indent: -10000em;
	width: 95%;
	margin: 0 auto 1em;
	padding: 0;
}