/* CSS Document */
body {
	background-color: #000000;
	color: #000000;
}
.maintable {
	width: 90%;
	background-color: gray;
}
.blackfont {
	font-color: #000000;
}
#content {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}
#content h1 {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content h2 {
	font-family: Arial;
	font-size: 14px;
	color: black;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content h3 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 15px;
}
#content p {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin-top: 0;
	text-align: justify;
}
#tablist{
	padding: 4px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font-size: 12px;
	background: #B8B8B7;
	font-weight: bold;
}
#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}
#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: none;
	background: #B8B8B7;
}
#tablist li a:link, #tablist li a:visited{
	color: #000;
}
#tablist li a.current{
	background: #939392;
}
#tabcontentcontainer{
	width:100%;
	height:20px;
	background: #959595;
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 12px;
}
.tabcontent{
	display: none;
	padding: 2px 0.3em;
	margin-left: 2px;
}
.tabcontent a {
	padding: 0px 7px;
	width: auto;
	color: #000000;
	text-decoration: none;
}
.tabcontent a:hover {
	background-color: #959596;
	color: #FFFFFF;
	padding: 0px 7px;
	width: auto; 
}
