@charset "utf-8";
body {
	background-color: #150001;
	background-image: url(/templates/11/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Myriad Pro", "Arial", "Verdana";
	color: #000000;
	margin-bottom: 10px;
}
.title, .title a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.titleBar {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	background: url(/templates/11/title.gif);
	height: 24px;
	padding: 6px;
}
.stats {
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px;
	line-height: 26px;
	font-weight: bold;
}
.white, .white a {
	color: #FFFFFF;
}
.red, .red a {
	color: #CC0000;
}
.nav {
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px;
	line-height: 26px;
	font-weight: bold;
}
.nav a {
	color: #FFFFFF;
}
a
{
	text-decoration: none;
	color: #000000;
}

img
{
	border:0px
}

.content, .content a
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.table
{
	border-collapse:collapse;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table TH
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}