a {
	color: #A1B90A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: #99ffcc;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 3px;
}
hr {
	color: #091F62;
	width: 100%;
	height: 1px;
}
h2 {
	font-size: 120%;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
	background-color: #FFFFFF;
}
.titel {
	font-size: 24px;
	color: #091F62;
	letter-spacing: 5px;
}
.titel2 {
	font-size: 18px;
	color: #7C7C7C;
	letter-spacing: 4px;
}
.header {
	font-size: 24px;
	color: #ffff66;
	letter-spacing: 5px;
	margin-right: 20px;
}
.copyright {
	color: #999;
	font-size: 9px;
	font-family: verdana;
}
.copyright a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
.copyright a:hover {
	text-decoration: underline;
}

.Menu {
	color: #A1B90A;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	width: 500px;
	text-align: left;
	border-left: 1px solid #666666;
	position: relative;
	top: 46px;
	right: 0px;
	float: right; 
}
.Menu a, .actief {
	width: auto;
	height: 20px;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color:  #666666;
}
.Menu .actief {
	background-color: #A1B90A;
	color: #fff;
	font-weight: bold;
}
.Menu a {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
.Menu a:hover {
	background-color: #CBDA6C;
	color: #fff;
	text-decoration: none;
}
.Menuinactive {
	background-color: #A1B90A;
	color: #fff;
	width: auto;
	height: 20px;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border-style: solid solid;
	border-width: 1px 1px 0px 0px;
	border-color: #666666;
}
.subMenu {
        margin-top: 2px;
	margin-bottom: 2px; 
	font-size: 11px;
	font-weight: bold;
	width: 120px;
	height: 20px;
	padding-right: 2px;
	color: #A1B90A;
	text-align: right;
	border-bottom: 1px dotted #666666;
}
.subMenu a, .actief {
	width: 120px;
	height: 20px; 
	padding-right: 2px;
}
.subMenu .actief {
	color: #fff;
	background-color: #D5EFFC;
	font-weight: bold;
}
.subMenu a {
	color: #333;
	text-decoration: none;
	background-color: #fFF;
}
.subMenu a:hover {
	color: #A1B90A;
	text-decoration: none;
/*	background-color: #D5EFFC;*/
	background-color: #FFF;
}
table#Main {
		border: 1px solid #333333;
		width: 700px;
		height: 100%;
}
table#content {
	width: 500px;
	margin-left: 40px;
	margin-top: 20px;
	padding-right:40px;
}
.subMenuinactive {
	padding: 2px;
}
.page_img {
	border: 0 solid #7C7C7C;
}

.gb_message {
	background-color: #FAFAFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0a206E;
}