/* #### CSS - ModelMakerij Veldhuizen & Van Diermen ### */

html, body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #d8e5f9;
	background-image: url(../Images/MainBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Verdana;
	font-size: 9pt;
}

/* ### TABLES ### */

table.Container {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}

	td.Bottom {
		height: 10px;
		color: white;
		background-color: #2a3065;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 8pt;
	}


td.Header {
	height: 208px;
	background-image: url(../Images/Header.jpg);
	background-repeat: no-repeat;
	padding-left: 56px;
}

td.Content {
	background-image: url(../Images/BodyBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 60px;
	padding-right: 20px;
	background-color: white;
	height: 360px;
}

	td.LeftContent {
		padding-bottom: 20px;
		padding-right: 50px;
	}

td.Block {
	background-color: #fefbcc;
	padding: 10px;
	font-size: 8pt;
	color: #2a3065;

}

td.MenuSeperator {
	font-weight: bold;
	color: #969696;
	padding-left: 6px;
	padding-right: 6px;
	text-align:center;
	font-size: 9pt;
}

td.BlockHeader {
	font-size: 10pt;
	font-weight: bold;
}

table.ContentForm {
	background-color: #fefbcc;
}

table.News {
	background-color: #fefbcc;
}

	td.NewsTitle {
		padding: 4px;
		font-size: 12pt;
		color: #2a3065;
		border-bottom: 1px solid #2a3065;
	}

	td.NewsDate {
		padding: 4px;
		font-size: 8pt;
		color: #2a3065;
		border-bottom: 1px solid #2a3065;
	}

	td.NewsContent {
		padding: 8px;
	}


td.Reference {
	border: 1px solid #202558;
}

td.RefHeader {
	font-size: 10pt;
}

td.RefText {
	font-size: 8pt;
}

/* ### LINKS STYLES ### */

a.Menu:link {
	color: #2a3065;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a.Menu:visited {
	color: #2a3065;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a.Menu:hover {
	color: #e00000;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #2a3065;
	color: #2a3065;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #2a3065;
	color: #2a3065;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #e00000;
	font-weight: normal;
}

a.WhiteLink:link {
	text-decoration: none;
	border: none;
	color: white;
}

a.WhiteLink:visited {
	text-decoration: none;
	border: none;
	color: white;
}

a.WhiteLink:hover {
	text-decoration: underline;
	border: none;
	color: white;
}

a.BigImage:link {
	border: none;
	text-decoration: none;
}

a.BigImage:visited {
	border: none;
	text-decoration: none;
}

a.BigImage:hover {
	border: none;
	text-decoration: none;
}

/* ### MISC STYLES ### */

h1 {
	color: #2a3065;
	font-weight: bold;
	font-size: 12pt;
}

FONT.header {
	color: #2a3065;
	font-weight: bold;
	font-size: 12pt;
}

FONT.subheader {
	color: #e00000;
	font-weight: bold;
	font-size: 10pt;
}

h2 {
	color: #e00000;
	font-weight: bold;
	font-size: 10pt;
}

input.Btn {
	background-image: url(../Images/BtnBg.gif);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	border: 1px solid #2a3065;
}

input.Text {
	border: 1px solid #2a3065;
	color: #2a3065;
	font-size: 10pt;
	padding: 2px;
}

textarea {
	border: 1px solid #2a3065;
	color: #2a3065;
	font-size: 10pt;
	padding: 2px;
	font-family: Arial, Verdana;
}

a:link img {
	border: none;
}

a:visited img {
	border: none;
}

a:hover img {
	border: none;
}