/* begin - algemene tags */

BODY {
	margin: 0px 0px 0px 0px;
	background-color: #DEDEDE;
	font-size: 12pt;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #00528E; 
}

H1 {
	color: #00528E;
	text-align: left;
	font-size: 17px;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
}

H2 {
	color: #00528E;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
}

H3 {
	color: #00528E;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
}

H4, H5, H6 {
	color: #00528E;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
}

A {
	color: #0064AE;
}
A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}



A.NEWSlink { color: #000000;	font-size: 11px; font-family: Trebuchet MS, Tahoma, Arial; TEXT-DECORATION: none; }
A.NEWSlink:visited { color: #000000;	text-decoration: none; }
A.NEWSlink:hover { color: #6600CC;	text-decoration: none; font-weight: bold;}

A.BUTTON:hover	{color:	#ffcc66; }
A.BUTTON{
	text-decoration: none;
	color:		#003366;
	background:	#ffcc66;
	cursor: 	hand;
	}
	
.BUTTON	{
	font-size:	10pt;
	text-align:	center;
	text-decoration: none;
	color:		#003366;
	background:	#ffcc66;
	margin-bottom:	1pt;
	cursor: 	hand;
	border-top:		1px solid #ffff99;
	border-left:	1px solid #ffff99;
	border-right:	1px solid #cc9933;
	border-bottom:	1px solid #cc9933;
	font-family:	Verdana, Arial, Sans-Serif;
	}

UL {
	list-style-type: square;
	list-style-position: outside;
}

LI {
	list-style-type: square;
	list-style-image:    url(graphics/greydot.gif);
	margin-bottom: 3px;
	vertical-align: middle;
}

INPUT, SELECT {
	font-size: 11px;
	border: solid 1px black;
	height: 20px;
}

.Banner {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
}




