a:link
{
	color: #fff6f9;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #d52d2d;
	text-decoration: underline;
}
.nav, .nav:link, .nav:visited
{
	color: #fff6f9;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #d52d2d;
	text-decoration: underline;
}
a img{
border: 0;
}
table
{
	empty-cells: show;
}
body, td
{
	color: #fff6f9;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}
#back
{
	background-image: url(images/back.png);
}
body
{
	background-color: #242424;
	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, .windowbg3
{
	color: #fff6f9;
	background-color: #242424;
}
.windowbg2
{
	color: #fff6f9;
	background-color: #4c4c4c;
}
.signature
{
}
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-style: normal;
	background-color: #242424;

}
.titlebg a:hover
{
	color: #d52d2d;
}
.headbg
{
	background-image: url(images/catbg.jpg);

}

.catbg 
{
	font-weight: bold;
	background-color: #212121;
	color: #d52d2d;
}
.bordercolor
{
}
.tborder
{
	border: 0px;
}
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
#bodyarea
{
   background-color: #000000;
   margin: 2px auto;
   padding: 1px;
   width: 900px;
}
#hmenu {
   padding: 2px 0 2px 0;
   background: #d52d2d url("images/head.gif") repeat-x;
   color: #fff6f9;
}
.red {
   color: #d52d2d;
   background-color: inherit;
}