/* Normal, standard links. */
a:link, a:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-family: Georgia;
}
a.nav:hover
{
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	font-family: Georgia;
}

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

/* By default (td, body..) use Verdana in black. */

body
{
background-color: #F3E9D7;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 20px;
}



body, 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: #FFFFFF;
}

/* 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: #FFFFFF;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #f3e9d7;
	border: 1px dashed #c0ac8b;
	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;
}

/* Alternating backgrounds... */
.windowbg, .windowbg2
{
	color: #000000;
	background-color: #faf7f2;
}
.windowbg a, .windowbg2 a
{
	color: #cb1b1a;
	text-decoration: underline;
}
.windowbg a:hover, .windowbg2 a:hover
{
	color: #cb1b1a;
	text-decoration: none;
}

.logo
{
width: 316px;
height: 139px;
}

.top_f
{
font-weight: bold;
font-style: normal;
color: #000000;
font-family: Verdana;

}
.top_f a
{
color: #cb1b1a;
text-decoration: underline; 
}
.top_f a:hover
{
color: #cb1b1a;
text-decoration: none; 
}

.base_shadow
{
background-image: url(images/base_shadow.gif);
background-repeat: no-repeat;
}

#logo_text 
{
font-family:Arial;
font-size:12px;
font-weight:bold;
height:30px;
left:89px;
letter-spacing:0em;
line-height:1.7em;
position:absolute;
top:97px;
width:230px;
z-index:3;
}

.main_menu
{
font-family: Georgia;
font-size:12px;
font-weight:bold;
color: #000000;
}

.copy 
{
font-family:Verdana;
font-size:13px;
font-weight:600;
}





/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
	background-image: url(images/titlebg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia;
	background-color: #faf5ec;
	height: 32px;
	font-weight: bold;
}

.titlebg a:link, .titlebg a:visited
{
	font-family: Georgia;
	font-weight: bold;
	color: #000000;

}

.titlebg a:hover
{
	color: #000000;
	text-decoration: underline;
}


/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #f8f3e9;
	color: #000000;
}
.catbg a
{
	font-weight: bold;
	color: #cb1b1a;
	text-decoration: underline;
}
.catbg a:hover
{
	font-weight: bold;
	color: #cb1b1a;
	text-decoration: none;
}

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

/* Default font sizes. */
.smalltext
{
	font-size: small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}
