HTML 
{ 
overflow: -moz-scrollbars-vertical; 
} 


body 
{
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #69B5CD;
}



.MenuNavigatie:link 
{
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}

.MenuNavigatie:visited 
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}

.MenuNavigatie:hover 
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #D3BC6C;
	text-decoration: none;
	font-weight: bold;
}

.MenuNavigatie:active 
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #D3BC6C;
	text-decoration: none;
	font-weight: bold;	
}



.Text
{
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: black;
	text-decoration: none;
}

td
{
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: black;
	text-decoration: none;
}


.Title
{
	font-family: Tahoma, Arial;
	font-size: 15px;
	color: black;
	text-decoration: none;
}




a:link
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a:visited
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a:hover
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #CC99FF;
	text-decoration: none;
}
a:active
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

.box {
	border:1px dashed #cccccc;
	background-color:#f6f6f6;
	padding:5px
}

.BorderDashedRed
{
	border-collapse: collapse;
	border-top: 1px dashed #ff0000;
	border-right: 1px dashed #ff0000;
	border-bottom: 1px dashed #ff0000;
	border-left: 1px dashed #ff0000;
	background-color:#ffffff;
}


.BorderSolid
{
	border-collapse: collapse;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	background-color:#ffffff;
}


.BorderSolidGray
{
	border-collapse: collapse;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color:#ffffff;
}


.TextRed
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #CA0000;
	text-decoration: none;
}