body {
	background-color: #222222;
	background-image: url('images/bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #fff;
	margin: 0px;
}

a:link, a:visited {
	color: #ff4200;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff4200;
	text-decoration: underline;
}

#content {
	background-color: #000;
	border: 2px solid #000;
}

#mainContent {
	padding: 20px;
}

#title {
	background-color: #383838;
}

#titleBlue {
	background-color: #0068bd;
}

.blueText {
	color: #0b97f7;
}

.tableBlueTitle {
	color: #31c8e7;
	font-weight: bold;
	font-size: 15pt;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17pt;
}

ul li {
	color: #999;
}

ul li ul li {
	color: #FFF;
	font-size: 11pt;
}

#copyright {
	font-size: 8pt;
	color:#fff;
	padding: 4px 10px;
	background-color: #383838;
}