* { margin: auto; padding: 0px }

body 	{ 
		text-align: center;
		background-color: #fff;
		font-family: tahoma, verdana, helvetica, arial;
		color: #fff;
		font-size: 11px;
		}

p 		{
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 12px;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		}

.HUGE-heading {  font-family: Arial, Helvetica, sans-serif; font-size: 36px; font-weight: bold}
.Link-bar-text { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000}
.small-grey-text { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999 }
.small-text { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.show-title { font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #000000 ; font-weight: bold}
.jannssen { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000 }

#navigation a:link {
		color: #000;
		text-decoration: none;
		}	
		
#navigation a:active {
		color: #999999;
		text-decoration: none;
		}
		
#navigation a:visited {
		color: #000;
		text-decoration: none;
		}
		
#navigation a:hover {
		color: #999999;
		text-decoration: none;
		}

#footer a:link {
		color: #999999;
		text-decoration: none;
		}	
		
#footer a:active {
		color: #999999;
		text-decoration: none;
		}
		
#footer a:visited {
		color: #999999;
		text-decoration: none;
		}
		
#footer a:hover {
		color: #999999;
		text-decoration: none;
		}

#wrapper { 
		background-color: #fff;
		text-align: center;
		margin: 0 auto;
		padding: 0px; 
		}	

#header { 
		width: 100%;
		height: 125px;
		min-height: 125px;
		background-color: #ff9900;
		text-align: center;
		}
		
#headerhome { 
		width: 100%;
		height: 125px;
		min-height: 125px;
		background-color: #33CCFF;
		text-align: center;
		}

#navigation {
	color: #999999;
	background-color: #fff;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	}

		
#content	{
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		background-color: #fff;
		text-align: center;
		min-height: 450px;
		
		}

#contenthome	{
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		background-color: #33CCFF;
		text-align: center;
		}
	
#footer { 
		text-align: center;
		padding-right: 5px;
		padding-top: 7px;
		height: 35px;
		min-height: 45px;
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		background-color: #fff;
		font-size: 9px;
		margin-top: -2px;
		}
