body {
	margin: 0;
	background-repeat:repeat;
	background-color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

body, div, table td, table th {
	font: 11px Georgia,"Times New Roman";
	font-weight: normal;
	color: #f1e0b4;
}

input, textarea, select {
	font: 11px Georgia,"Times New Roman";
	font-weight: normal;
	color: #1c1c1c;
}

a {
	font: 11px Georgia,"Times New Roman";
	color: #f1e0b4;
	text-decoration: underline;
}
a:hover { color: #f1e0b4; }
a:active { color: #f1e0b4; }

table.main td {
	background-color: none;
	vertical-align: top;
}

table.main td#with_bg {
	background-color: #171717;
}

table td#with_bg {
	background-color: #171717;
}

table td#bottom {
	vertical-align: top;
}

div.categories {
	margin-top: 57px;
}

div.categories div.category_selected {
	color: #101010;
	background-color: #f1e0b4;
	padding-left: 0px;
	font-size: 12px;
	cursor: pointer;
}

div.categories div.subcategory_selected {
	color: #f1e0b4;
	background-color: none;
	padding-left: 0px;
	font-size: 12px;
	cursor: pointer;
}

div.categories div.category {
	color: #f1e0b4;
	background-color: none;
	padding-left: 0px;
	font-size: 12px;
	cursor: pointer;
}

div.articles_right div.article_right_selected {
	color: #c5c5c5;
	background-color: #171717;
	margin-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
	cursor: pointer;
}

div.articles_right div.article_right {
	color: #f1e0b4;
	background-color: #171717;
	margin-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
	cursor: pointer;
}

div.article {
	padding: 5px 5px 0px 5px;
}

div.article div#heading {
	color: #101010;
	background-color: #f1e0b4;
	padding-left: 6px;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.article div#text {
	color: #f1e0b4;
	padding-left: 6px;
	font-size: 11px;
}

span.paginator {
	color: #f1e0b4;
	font-size: 12px;
}

