body {
	background-image: url(images/horde-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	font-family: "trebuchet ms",verdana,tahoma,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link, a:active { color: #ffb019; font-weight: bold; } 
a:visited { color: #d38d01; font-weight: bold; }
a:hover { color: white; text-decoration: none; font-weight: bold; }

.table { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; }

tr.head { background: #393731 url('images/title-bg.gif') repeat-x; }
tr.row0 { background: #252525 url('images/post-bg1.gif') repeat-x top; }
tr.row1 { background: #161616 url('images/post-bg2.gif') repeat-x top; }

.txt_orange { color: #FF9933; }
.txt_purple { color: #B354F1; }
.txt_blue { color: #00C0FF; }
.txt_green { color: #00FF66; }
.txt_gray { color: #CCCCCC; }
.txt_tan { color: #D7CEA4; }
.txt_error { color: #FF0000; }

.txt_small {
	font-weight: normal;
	font-size: 10px;
}
.txt_plain {
	font-weight: normal;
	font-size: 12px;
}