﻿body {
	margin: 10px;
	font: bold 11pt Arial;
	background: #2e2e2e url('images/bg.gif');
}
a {
	text-decoration: none;
	color: 
}
#container {
	width: 860px;
	margin: 0px auto;
	border: 5px #4c4c4c solid;
	background: #dfdfdf;
}
#stats {
	background: #b94e3a url('images/stats_bg.jpg');
	height: 25px;
	color: #ffffff;
}
.stats_r {
	width: 105px;
	height: 25px;
	background: url('images/stats_r.jpg');
	float: right;
}
#header {
	background: #656565 url('images/head_bg.jpg');
	height: 120px;
}
.head_r {
	width: 435px;
	height: 120px;
	background: url('images/head_r.jpg');
	float: right;
}
.head_l {
	width: 165px;
	height: 120px;
	background: url('images/head_l.jpg');
	float: left;
}
#footer {
	text-align: center;
	padding: 3px 0px 3px 0px;
	font: 10px Tahoma;
	color: #9e9e9e;
	height: 20px;
}
.cnorm {
	background: #ffffff;
	height: 5px;
}
.ctopr {
	background: url('images/consm.gif') top right;
	width: 5px;
	height: 5px;
	float: right;
}
.ctopl {
	background: url('images/consm.gif') top left;
	width: 5px;
	height: 5px;
	float: left;
}
.cbotr {
	background: url('images/consm.gif') bottom right;
	width: 5px;
	height: 5px;
	float: right;
}
.cbotl {
	background: url('images/consm.gif') bottom left;
	width: 5px;
	height: 5px;
	float: left;
}
input, textarea {
	font: bold 11pt Arial;
	border: 1px #eaeaea solid;
	color: #de5a5a;
	background: #ffffff;
}
.mtitle {
	text-decoration: none;
	color: #4e4e4e;
	font: bold 11pt Arial;
}
.mtitle:hover {
	color: #a50000;
}
#main_menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#main_menu li {
	margin-bottom: 2px;
}
#main_menu li a {
	font: bold 11pt Arial;
	color: #666666;
	display: block;
	background: url('images/menu_link.gif');
	text-decoration: none;
	padding: 3px 15px 2px 5px;
}
#main_menu li a:hover {
	background: url('images/menu_linkh.gif');
	color: #de1a1a;
}
.smallfont {
	font: 11px Tahoma;
	color: #B7B7B7;
}
.sfgbook {
	font: 11px Tahoma;
	color: #B7B7B7;
	padding: 0px 5px 0px 5px;
}
.tcat {
	padding: 0px 5px 5px 5px;
	font: bold 11pt Arial;
	border-bottom: 1px #efefef solid;
}
.thead {
	font: bold 11px Tahoma;
	background: #f9f9f9;
	padding: 4px 10px 4px 10px;
	color: #898989;
}
.alt1 {
	padding: 5px;
	background: #ffffff;
	font: 11px Tahoma;
	color: #de5a5a;
	border-left: 1px #f9f9f9 solid;
}
.alt2 {
	background: #ffffff;
	font: bold 11px Tahoma;
	text-align: center;
	color: #de5a5a;
}
.comtop {
	background: #f9f9f9;
	padding: 2px 5px 2px 5px;
	color: #898989;
}
.comcon {
	padding: 2px 5px 2px 5px;
	color: #de5a5a;
}