a:link
{
	/*color: #fff6f9;*/
    color: #F77D0F;
	vlink: #F77D0F;
	text-decoration: underline;
}
a:visited, a:hover
{
	/*color: #d52d2d;*/
	color: #F77D0F;
	text-decoration: underline;
}
.nav, .nav:link, .nav:visited
{
	/*color: #fff6f9;*/
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	/*color: #d52d2d;*/
	color: #F77D0F;
	text-decoration: underline;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
a img{
border: 0;
}
/*table
{
	empty-cells: show;
}*/
body, td
{
	/*color: #fff6f9;*/
	color: #000000;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}
#back
{
	background-image: url(images/back.png);
}
body
{
	/*background-color: #242424;*/
	background-color: #FFFFFF;
	/*margin: 0px;
	padding: 0px;*/
}
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}
input.check
{
}
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
.quote
{
	color: #000000;
	background-color: #C3B8D0;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}
.help
{
	cursor: help;
}
.meaction
{
	color: red;
}
.editor
{
	width: 96%;
}
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}
.windowbg
{
	/*color: #fff6f9;*/
	color: #FFFFFF;
	/*background-color: #242424;*/
	background-color: #4C4C4C;
}
.windowbg3
{
	color: #fff6f9;
	background-color: #DADADA;
}
.windowbg2
{
	color: #fff6f9;
	background-color: #4c4c4c;
}
.windowbg4
{
	color: #000000;
	background-color: #4C4C4C;
}

.windowbg5
{
	/*color: #fff6f9;*/
	color: #FFFFFF;
	background-color: #4C4C4C;
}
.windowbg6
{
	/*color: #fff6f9;*/
	color: #FFFFFF;
	background-color: #242424;
}
.signature
{
}
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-style: normal;
	background-color: #242424;
}
.titlebg a:hover
{
	color: #d52d2d;
}
.catbg
{
	background-image: url(images/catbg.jpg);
}

 .catbg3
{
	background-image: url(images/catbg.jpg);
}

catbg0
{
	background-color: #FFFFFF;
}
.catbg2
{
	background-image: url(images/catbg.jpg);
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: silver;
	color: #d52d2d;
}

 .catbg3
{
	font-weight: bold;
	background-color: silver;
	color: #d52d2d;
}
.bordercolor
{
	color: #FFFFFF;
}
.tborder
{
	border: 0px;
	background-color: #FFFFFF;
}
.smalltext
{
	color: #000000;
	font-size: x-small;
	font-family: Tahoma, helvetica, serif;
}
.smalltext1
{
	color: #000000;
	font-size: x-small;
	font-family: Tahoma, helvetica, serif;
}

.smalltext2
{
	color: #FFFFFF;
	font-size: x-small;
	font-family: Tahoma, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
#bodyarea
{
   /*background-color: #110000;*/
   background-color: #DADADA;
   margin: 2px auto;
   padding: 1px;
   /*width: 900px;*/
   width: 100%;
}
#hmenu {
   padding: 2px 0 2px 0;
   background: #d52d2d url("images/head.gif") repeat-x;
   color: #fff6f9;
}
.red {
   color: #d52d2d;
   background-color: inherit;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: #DADADA repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.label
{
	color: #ffffff;
}

.post, .personalmessage
{
	color: #FFFFFF;
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}