
div.top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 115px;
}

tr.small {
	font-size: 2px;
}

span.grey {
	color: #817F6A;
	font-weight: bold;
}


div.emblem {
	position: absolute;
	left: 21%;
	top: 0;
	z-index: 5;
	width: 0px;
}

img.feder {
	position: relative;
	right: 100px;
	top: 0px;
}


ul.menuText {
	text-align: center;
	z-index: 5;
	position: relative;
	top: 5px;
	left: 0px;
	margin-left: 8%;
	list-style: none;
	color: #eeeeee;
}


div.main {
	position: absolute;
	left: 18%;
	top: 151px;
	width: 82%;
	height: 71%;
	overflow: auto;
	z-index: 1;
}

div.innerMain {
	position: relative;
	top: 0px;
	left: 2%;
	width: 95%;
	padding-top: 40px;
	padding-bottom: 10px;
	
}

div.innerMain ul {
	padding: auto;
	margin: auto;
}

a {
	text-decoration: none;
}

div.main a {text-decoration: underline;}
div.main a:link {color: #990000;}
div.main a:visited {color: #990000;}
div.main a:active {color: #990000;}
div.main a:hover {color: #990000;}
