	body {
		margin: 0px;
		overflow-y: scroll;
	}

	td, input, textarea, div, select, button {
		color: #000000;
		font: 10px Arial, Helvetica, sans-serif;
	}

	form {
		margin: 0px;
	}

	a:link {
		font: 10px Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: #003e6c;
	}

	a:visited {
		font: 10px Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: #003e6c;
	}

	a:active {
		font: 10px Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: #003e6c;
	}

	a:hover {
		font: 10px Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: #000000;
	}

	.clock {
		font-size: 9px;
		color: #000000;
		text-transform: uppercase;
	}

	.headerlink:link {
		font: 9px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
		text-transform: uppercase;
	}

	.headerlink:visited {
		font: 9px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
		text-transform: uppercase;
	}

	.headerlink:active {
		font: 9px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
		text-transform: uppercase;
	}

	.headerlink:hover {
		font: 9px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
		text-transform: uppercase;
	}

	.headline {
		font: bold 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #003e6c;
		text-transform: uppercase;
	}

	.headlinecont {
		font: bold 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
		text-transform: uppercase;
	}
	
	.subheadlineblue {
		font: bold 11px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #003e6c;
		text-transform: uppercase;
	}

	.subheadlineblack {
		font: bold 11px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #003e6c;
		text-transform: uppercase;
	}

	.copyright {
		font-size: 9px;

	}

	.credit {
		font-size: 9px;
		color: #928d8d;
	}

	.maintop {
		background: transparent url(images/maintop.jpg) scroll no-repeat top;
	}

	.mainmiddel {
		background: transparent url(images/mainmiddel.jpg) scroll repeat-y top;
	}
	
	.mainbottom {
		background: transparent url(images/mainbottom.jpg) scroll no-repeat bottom;
	}
	
	.contentcorner {
		background: transparent url(images/content_corner.jpg) scroll no-repeat bottom right;
	}
	
	.even { background: #F1F1F1; }
	.evenover { background: #97C2E2; }

	.odd { background: #F9F9F9; }
	.oddover { background: #97C2E2; }
	
	