BODY          { font-size: 13px; font-family: Verdana, Helvetica, Arial, sans-serif; 
                margin-top: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-left: 0; 
                padding-right: 0; margin: 0px }

A:link        { font-weight: normal; text-decoration: none; color: #A21B2E; font-weight: bold}
A:visited     { text-decoration: none; color: #93192D; font-weight: normal;  font-weight: bold}
A:hover       { text-decoration: none; color: #C3213C; font-weight: bold }

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.imgmenu      { font-style: normal; font-size: 11px; color: #D4AD00; font-weight: bold; letter-spacing: 0.1em; }

a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
td
{
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #D8CABC;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #D8CABC;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #D8CABC;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D8CABC;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

.windowbg    { background-color: #EAE6E2; font-size: 12px; font-family: Verdana, sans-serif; color: #000000; }
.windowbg2   { 
	background-color: #EAE6E2; 
	font-size: 12px; 
	font-family: Verdana, sans-serif; 
	color: #000000; 
}

.windowbg3    { background-color: #EFDFCE; font-size: 11px; font-family: Verdana, sans-serif; color: #000000; }

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #A21B2E;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */


.catbg        {
	background-color: #D8CABC;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
/*	background-image: url(images/catbg.gif); */
}

/* The borders around things. */
.bordercolor
{
	background-color: #A21B2E;
}
.tborder
{
	border: 1px solid #A21B2E; 
}

/* Default font sizes. */
.smalltext
{
	font-size: 11px;
}
.normaltext
{
	font-size: 12px;
}
.largetext
{
	font-size: 13px;
}