/* CONTENT */

body {
	background-color: #303030;
	background-image: url(graphics/site_bg.gif);
	background-repeat: repeat-x;
	margin: 0px; }

P,TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #D9D9D9; }
.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF9C00; }
.subtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #D9D9D9; }

img {
	border: 0px; }

/* TOP HEADER */

.top-spacer {
	background-image: url(graphics/top_spacer.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 25px; }

.header-bg {
	background-image: url(graphics/header_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 191px; }

.image-bg {
	background-image: url(graphics/main_image_bg.gif);
	background-repeat: repeat; }

/* BASE */

.base-bg {
	background-image: url(graphics/base_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 19px; }

.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8F8F8F; }

/* LINKS */

a:link, a:visited, a:active {
	color: #FF9C00;
	text-decoration: none;
	font-weight: bold; }

a:hover {
	color: #D9D9D9;
	text-decoration: none;
	font-weight: bold; }

a.categories:link, a.categories:visited, a.categories:active {
	color: #FF9C00;
	text-decoration: none;
	font-weight: bold; }

a.categories:hover {
	color: #D9D9D9;
	text-decoration: none;
	font-weight: bold; }

a.copyright:link, a.copyright:visited, a.copyright:active {
	color: #8F8F8F;
	text-decoration: none;
	font-weight: bold; }

a.copyright:hover {
	color: #E6E6E6;
	text-decoration: none;
	font-weight: bold; }
