body {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	background-color: #000000;
	font-size: 12px;
}
.tablebackground {
	background-color: #000000;
	border: thin solid #222222;
}
.sidebarleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #222222;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #222222;
}
.maincontentright {
	padding: 10px;
	border-top: thin none #222222;
	border-right: thin none #222222;
	border-bottom: thin none #222222;
	border-left: thin none #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BBBBBB;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BBBBBB;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
}
.small {
	font-size: 12px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BBBBBB;
}
a:link {
	color: #0066FF;
	text-decoration: none;
	}
a:visited {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;

}
a:active {
	color: #EE0000;
	text-decoration: underline;
}
nopadding {
	padding: 0px;
}
