/*  
kleuren
 - body bg 333333
 - buitentable kader 5C5C65
 - blauw 4B5475
 - grijs 666666
 - hghlightgrijs 999999
 - donkergrijs 2A261D

*/



/* ---------------special styles------------------ */




.body-alg {
	background-color: #72b1cf;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;

}


.maintable {

	background-color: #34227e;
	text-align: left;
	height: 100%;
	vertical-align: top;
	padding-left: 30;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #72b1cf;
	font-size: 12px;
	border: 0px solid red;
}


.brooddiv {
	width: 550px;
}

.caption {
	
	font-size: 10px;
}

.green {

	color: #90fe3c;
}

.page-intro {
	width: 400px;
	font-weight: bold; 
}

.footer:visited, a.footer, .footer, .footer:active {

	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal; 
	line-height: 12px; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none;
}

.footer:hover {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal; 
	line-height: 12px; 
	font-weight: normal; 
	color: #ffffff;
	text-decoration: none;
}




/* -----------general styles------------------- */

hr {
	color: #72b1cf;
	height: 1px;
	width: 700px;
	margin: 0px;
}

p {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #72b1cf;

}

h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #90fe3c;

}

a {

	font-weight: bold; 
	color: #90fe3c;
	text-decoration: none; 
}

A:visited {

	font-weight: boldl; 
	color: #90fe3c; 
	text-decoration: none; 
}

a:hover {
 
	font-weight: bold; 
	color: #90fe3c; 
	text-decoration: underline; 
}

A:active { 

	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none; 
}







