.sectionheader
{
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 30px;
	font-weight: bold;
	font: italic;
	text-transform: uppercase;
}
a.menuitem
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menuitem:hover
{
	color: #F1A101;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menuitem:visited
{
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.menu, a.menu:visited {
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration: none; /* hiero omdat ie wsl niet pakt: span.menu a */	
	font-weight: bold;
}
a.menu:hover{
	color: #F1A101;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.submenu, a.submenu:visited {
	color: #2B3D78;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.submenu:hover{
	color: #F1A101;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

td.alternateRow
{
	background-color: #FFE4AD;
}
td.row
{
	background-color: #FFD172;
}
.title
{
	color: #FEA101;
	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
}

.newsDate
{
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}
.newsHeader
{
	color: #2B3D78;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight:bold;
}

/* GENERAL */
body, *
 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #2B3D78;
 }
td, div.content
 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #2B3D78;
 }

a{
	color: #2B3D78;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
a:hover{
	color: #F1A848;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

ul {margin-left: 20px; padding-left: 0;}   

li{
	/*text-align:left; */
}

/* Menu */
td.menuLevel1Normal {
	color: #FFFFFF;
	background-image: url(/Images/Bg/tocNormal.gif);
	cursor: hand;
	border-bottom: solid 1px #AEB4C8;
}
td.menuLevel1Selected {
	color: #FFFFFF;
	background-image: url(/Images/Bg/tocSelected.gif);
	background-color: #294891;
	cursor: hand;
	border-bottom: solid 1px #AEB4C8;
}
td.menuLevel1MouseOver {
	color: #F1A101;
	background-image: url(/Images/Bg/tocOver.gif);
	cursor: hand;
	border-bottom: solid 1px #AEB4C8;
}
td.menuLevel1
{
	height: 20px;
	border-bottom: solid 1px #AAB1C5;
}
td.menu {
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	padding-left: 10px;
}
td.menuLevel2Normal {
	color: #FFFFFF;
	cursor: hand;
}
td.menuLevel2Selected {
	color: #F1A101;
	cursor: hand;
}
td.menuLevel2MouseOver {
	color: #F1A101;
	cursor: hand;
}

td.menuLevel3Normal {
	color: #294891;
	cursor: hand;
}
td.menuLevel3Selected {
	color: #FFFFFF;
	cursor: hand;
}
td.menuLevel3MouseOver {
	color: #FFFFFF;
	cursor: hand;
}
td.menuLevel3
{
	background-color: #F1A101;
	height: 20px;
	border-bottom: solid 1px #294891;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	margin-left: 10px;
}