body, html {
height: 100%;
margin: 0px;
padding: 0px;
}

#contentgrey {
position:relative;
float:center;
width:100%;
height:100%;
background: #3F3B3C;
}

#content{
position:relative;
float:center;
width:100%;
height:100%;
background: #ffffff;
}

#mumlink{
	position:absolute;
	width:1;
	height:1;
	background: #ffffff;
	left: 0px;
	right: 0px;
	visibility: hidden;
}

#contentblack{
position:relative;
float:center;
width:100%;
height:100%;
background: #000000;
}

.bodytext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818689;
}
.headertext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818689;
	font-weight: bold;

}
.smalltext {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818689;
}
.smalltextpale {


	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CEDADB;
}
.bodytextpale {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CEDADB;
}

.headertextpale {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CEDADB;
	font-weight: bold;

}

a {
	color: #818689;
	text-decoration: none;
}
a:hover {

	text-decoration: none;
	color: #C9CDCE;
}
