body{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	background-color: #000000;
	color: #cccccc;
}
table{
	border-collapse:collapse;
}
td{
	vertical-align: top;
}
.header{
	margin-top: 10px;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 3px solid #770000;
	border-bottom: 3px solid #770000;
	font-size: 30px;
	color: #CC0000;
}
.navlabel{
	width: 155px;
	background-color: #990000;
	color: #000000;
	margin-top: 4px;
	border-top: 2px solid #777777;
	border-bottom: 2px solid #777777;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;
	font-weight: 900;
	text-align: center;
}
.navcontent{
	border-right: 2px solid #777777;
	border-left: 2px solid #777777;
	border-bottom: 2px solid #777777;
	padding-left: 5px;
	padding-right: 5px;
}
.navitem{
	border-left: 3px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	margin-top: 2px;
	margin-bottom: 3px;
	color: #CC0000;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}
.main{
	border-top: 2px solid #777777;
	border-right: 2px solid #777777;
	border-left: 2px solid #777777;
	border-bottom: 2px solid #777777;
	margin-top: 4px;
	margin-left: 4px;
	padding: 5px;
	width: 600px;
	min-height:150px;
}
.title{
	color: #CC0000;
	font-weight: 600;
	padding-top:3px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.data{
	border-top: 1px solid #770000;
	border-bottom: 1px solid #770000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:15px;
	padding-top: 15px;
	margin-bottom:3px;
}
.copyright{
	margin-top: 9px;
	border-top: 3px solid #770000;
	border-bottom: 3px solid #770000;
	text-align: center;
	font-size: 10px;
	color: #aaaaaa;
}
A{
	text-decoration: none;
	color: #ff0000;
}
A:visited{
	text-decoration: none;
	color: #CC0000;
}
A:hover{
	font-weight: 900;
	text-decoration: none;
}
