/* globals */
html, body { 
	margin:0; 
	padding:0;
} 

td {
	font-family: Georgia, Times, serif;
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #0050A1;
}

h1 {
	font-size: 20px; 
	font-style: normal; 
	line-height: 12px; 
	font-weight: normal;
	margin: 0 0 8px 40px;
	color: #FFF;
}

h2 {
	font-size: 18px; 
	font-style: normal; 
	line-height: 12px; 
	font-weight: bold;
	color: #000;
	margin: 10px 0 10px 0;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
	text-align: justify;
}

a.Active:link, a.Active:visited, a.Active:active { 
	color: #FFF;
	text-decoration: none;
	margin: 0 10px 0 10px;	
}
	
a.Active:hover {
	text-decoration: underline;
}

a.NotActive:link, a.NotActive:visited, a.NotActive:active { 
	color: #000;
	text-decoration: underline;
	margin: 0 10px 0 10px;		
}
	
a.NotActive:hover {
	text-decoration: none;
}

a.TopNav:link, a.TopNav:visited, a.TopNav:active { 
	color: #0055A4;
	text-decoration: none;
	margin: 0 10px 0 10px;		
}
	
a.TopNav:hover {
	text-decoration: underline;
}

a.SubMenu:link, a.SubMenu:visited, a.SubMenu:active { 
	color: #0050A1;
	text-decoration: none;
	margin: 10px 0 10px 10px;	
}
	
a.SubMenu:hover {
	text-decoration: underline;
}

a.ButtonsBig:link, a.ButtonsBig:visited, a.ButtonsBig:active, a.ButtonsBig:hover { 
	margin: 0 0 0 40px;		
}

#MainContent {
	margin: 10px 20px 30px 20px;
}

/* banners */

.Capitalize {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
}

.FloatRight {
	float: right;
	padding: 0 0 0 0;
}

.floatLeft {
	float: left;
	padding: 0 10px 0 0;
}

.info {
	font-family: Georgia, Times, serif;
	font-size: 13px; 
	font-style: normal; 
	color: #18FF00;
}

#Credit {
	font-family: Georgia, Times, serif;
	font-size: 12px; 
	font-style: normal; 
	color: #545454;
}

.required {
	font-family: Georgia, Times, serif;
	font-size: 10px; 
	font-style: normal; 
	color: #FF0000;
}

/* photos */
.photos
{
	float: left;
	margin: 0 5px 5px 5px;
	padding: 0;
}

.image {
	padding: 5px;
	background: #E8F1CF;
	border: 1px solid #BFD976;
	font-family: Georgia, Times, serif;
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #344643;
}

hr {
	clear: both;
	border: 0;
	height: 0;
	padding: 10px 0 10px 0;
}

#Gray {
	font-family: Georgia, Times, serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #333333;
}

#Content {
	margin: 10px;
}

#form {
	border: 1px solid #606060; 
	background: #333333;
	margin: 2px; 
	padding: 3px;
}

#search {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px; 
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 400px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;	 
}

.input:hover { 
	background: #F4F4F4; 
}

.voornaam { 
	margin: 0; 
	padding: 3px; 
	width: 206px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;	 
}

.voornaam:hover { 
	background: #F4F4F4; 
}

.captcha { 
	margin: 0; 
	padding: 3px; 
	width: 206px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;	 
}

.captcha:hover { 
	background: #F4F4F4; 
}

.text { 
	margin: 0; 
	padding: 3px 3px 3px 3px; 
	width: 350px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;	 
}

.text:hover { 
	background: #F4F4F4; 
}

.textarea { 
	width: 400px; 
	height: 80px;
	padding: 3px; 
	border: 1px solid #4C6662; 
	background: #FFF;
	color: #2F3F3C;
}

.textarea:hover { 
	background: #F4F4F4; 
}

.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #97C0E6;
	color: #FFF; 
	background: #0055A4;	 
}