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;
}

#contentblack{
position:relative;
float:center;
width:100%;
height:100%;
background: #000000;
}

.bodytext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
}
.headertext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
	font-weight: bold;

}
.smalltext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #033;
}
.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;

}

.linktext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006666;
	font-weight: bold;

}

.linkhighlight {
	color: #C00;

}

.sublinktext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;

}

a {
	text-decoration: none;
	font-weight: bold;
	color: #066;
}
a:hover {
	color: #C00;
}

