body {
	text-align: center;
	margin: 10px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #eeeeee;
	background-color: #000000;
	font-size: 0.9em;
}





/*    Allaround styles    */

img.hmafo {
	width: 200px;
	margin: 20px 0px 50px 0px;
}


table {
	border-collapse: collapse;
}

td {
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 20px 10px 0px 10px;

}

.centered {
	text-align: center;
}

h2 {
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 2.00em;
	margin-bottom: 30px;
}

h4 {
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 1.5em;
	margin: 30px 0px 15px 0px;
}



a.mail:link, a.mail:visited {
	text-decoration: none;
	color: #33aa33;
}

a.mail:hover, a.mail:active {
	color: #77ee77;
}


#maincontainer {
	text-align: left;
	width: 100%;
	border: 0px solid #444477;
}




/*   Menu description  */





#menu {
	padding: 0px;
	border: 2px solid #709090;
	border-left: none;
	border-right: none;
	font-weight: bold;
}

#menu a:link, #menu a:visited {
	float: left;
	display: block;
	border-right: 1px solid #505050;
	text-decoration: none;
	color: #77aadd;
	padding: 5px 40px 0px 40px;
	height: 1.7em;
}

#menu a.mselected {
	background: #222266;
}

#menu a:hover, #menu a:active {
	background: #333399;
}

.menuleft {
	float: left;
	border-right: 1px solid #505050;
	padding: 5px 0px 0px 0px;
	width: 70px;
	height: 1.7em;
}




/***   Middle container starts   ***/

#contentbox {
	width: 100%;
	margin: 10px 0px;
	height: 600px;
}

.contentboxtdl {
	width: 200px;
	vertical-align: top;
}

.contentboxtdr {
	vertical-align: top;
}



/*   Left navigation menu and boxes   */





#leftnav {
	float: left;
	width: 200px;
	vertical-align: top;
}

#leftnav .body {
	font-size: 0.8em;
	padding: 5px;
	background-color: #111144;
}

#leftnav a:link, #leftnav a:visited {
	text-decoration: none;
	padding: 2px 0px;
	display: block;
	color: #8888dd;
}

#leftnav .body a.sselected:link, #leftnav .body a.sselected:visited {
	color: #ccccff;

}

#leftnav .body a:hover {
	color: #aaaaff;
	background-color: #333355;
}

.bodyheader {
	text-align: center;
	font-weight: bold;
	background-color: #333388;
	padding: 5px 5px;
}

.headertag1 {
	font-weight: bold;
	color: #777733;
}

.headerword1 {
	font-weight: bold;
	color: #aaaaaa;
}





/*   Right boxes (inside content)  */




#rightnav {
	float: right;
	width: 200px;
	vertical-align: top;
}

#rightnav .body {
	padding: 5px;
	background-color: #222244;
}

#rightnav .body p {
	padding: 3px 0px 2px 0px;
}





/*   Other defines   */

.filelistbox {
	vertical-align: top;
	text-align: left;
}

.listline1 {
	color: #3060CC;
	padding: 2px 5px;
	background-color: #252525;
	display: block;

}

a.listline1:link, a.listline1:visited {
	text-decoration: none;
}

.listline2 {
	color: #3060CC;
	padding: 2px 5px;
	display: block;
}

a.listline2:link, a.listline2:visited {
	text-decoration: none;
}






/*   Statusbar starts   */



#status {
	text-align: center;
	font-size: 11px;
	width: 100%;
	border: 1px solid #444477;
}

.statusboxl {
	width: auto;
	color: #aaccaa;
	text-align: left;
	padding: 5px 30px;
	border: 0px solid #ee80ff;
}

.statusboxc {
	width: 45%;
	color: #aaccaa;
	text-align: center;
	padding: 5px 30px;
	border: 0px solid #ee80ff;
}

.statusboxr {
	width: auto;
	color: #aaccaa;
	text-align: right;
	padding: 5px 30px;
	border: 0px solid #ee80ff;
}

#status a.mail:link, #status a.mail:visited {
	text-decoration: none;
	color: #33aa33;
}

#status a.mail:hover, #status a.mail:active {
	color: #77ee77;
}





















