body {
	margin:0px;
	background-color:#B7A999;
}

body, table {
	font-family: verdana, helvetica;
	font-size: 11px;
}

table {
	
}

input, textarea {
	border:1px solid #000000;
}

hr {
	border:0px;
	color:#cdcbcb;
	border-top:1px dashed;
}

/* Links */
a:link,  a:active, a:visited {
	color: #880000;
	text-decoration: none;
}

a:hover {
	color: #ee0000;
	text-decoration: underline;
}

#main_table {
	background-color: #eeeded;
}

.cats_ul {
	margin-left:25px;
	padding:5px;
	list-style-image: url("../gfx/site/arrows.gif"); 
}

.menu {
	
}

.menu a:link, a:active, a:visited {
	color:#ffffff;
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

.menu td {
	height:20px;
	text-align:center;
	background:url('../gfx/site/menu_button.gif') repeat-x;
	margin-left:1px;
}

.cats_header {
	/*background:url("../gfx/site/tabs.gif") repeat-x;*/
	background-color: #3D3022;
	padding-left:2px;
	color: #ffffff;
}

.cats_header a {
	color:#ffffff;
}

.cats_list {
	background-color: #5B6E87;
	height: 100px;
}

.cats_list a {
	color:#ffffff;
	font-family: helvetica;
	font-size: 11px;
}

.poll_header {
	/*background:url("../gfx/site/tabs.gif") repeat-x;*/
	background-color: #7A6145;
	border-top:1px solid #ecbc92;
	font-size:10px;
	padding-left:2px;
	color: #ffffff;
}

.poll_contents {
	border: 1px solid #7b7b7b;
	border-top: 0px;
	padding:2px;
	background-color:#ffffff;
}

.article_header {
	/*background:url("../gfx/site/tabs.gif") repeat-x;*/
	background-color: #7A6145;
	font-size:10px;
	padding-left:2px;
	color: #ffffff;
}

.article_contents {
	border: 1px solid #7b7b7b;
	border-top: 0px;
	padding:2px;
	background-color: #ffffff;
}

div#article_contents {
	overflow-x: hidden;
	overflow-y: auto;
	width: 560px;
	height:150px;
	padding:2px;
}

.sbr {
    background: url(../gfx/site/form_button_red.gif);
    width: 100px;
    height: 30px;
    border: 0px;
    color: white;
}

.header {
	font-size:14px;
	font-weight:bold;
}

.expl_text {
	font-size:11px;
}

.argument {
	color:#4b4a4a;
	font-weight:bold;
}