input textarea {
	color: #aaaaaa;
	backround: #eeeeee;
}

body {
	background-color:#333333;
	background-repeat:no-repeat; 
	background-position: top center; 
	background-attachment: fixed; 
}

td {
	font: 14px "Trebuchet MS";
}

h1 {
	font: 24px "Trebuchet MS";
	font-weight: bold; 
}

h6 {
	font: 12px "Trebuchet MS";
	padding-bottom: 0px;
	margin-bottom: 0px;
}

img {
	border: none;
}

.error {
	font: 14px "Trebuchet MS";
	font-weight: bold;
	color: red;
}

.success {
	font: 18px "Trebuchet MS";
	font-weight: bold;
	color: green;
}

td.content_cell {
	background: #ffffff; 
	text-align:justify;
	padding: 5px;
	vertical-align: top;
	border:1px solid #000000;
}

td.navigation_cell {

	background: #ffffff; 
	text-align:center;
	font-weight:bold;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	border:1px solid #000000;
}

/* BBCODE */

/* 
* PHP BBCode 
* @author	Duncan Mundell <duncan<nospam>@swaziboy.com>
* @version	1.0
* @updated	21/01/2007
*/

.bold {
	font-weight: bold;
	}

.italics {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}

.strikethrough {
	text-decoration: line-through;
	}

.overline {
	text-decoration: overline;
	}

.sized {
	text-size:
	}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.codebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #006600;
	border: 1px solid #BFBFBF;
	}

.quotebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #660002;
	border: 1px solid #BFBFBF;
	}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
	}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
	}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
	}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
	}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
	}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
	}
