html {
	color: #FF0000;
	background-color: #000000;
}
html, .body_vcenter, .table_vcenter {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.div_entrancetext {
	font-size: xx-large;
	text-align: center;
}
.div_menulevel1 {
}
.div_menulevel2 {
	margin-left: 1em;
}
.div_menulevel3 {
	margin-left: 2em;
}
.div_newsitem {
	margin-bottom: .75em;
}
.div_newsitemtext {
	margin-right: 1em;
	margin-left: 1em;
	text-align: justify;
}
.table_newsitemheader {
	background-color: #DD6600;
	color: #FFFF00;
}
.table_vcenter {
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.td_newsitemheader {
	width: 100%;
}
