a:link 
{ 
	color:Blue;
	text-decoration:none; 
}
a:visited 
{ 
	color:Blue;
	text-decoration:none;
} 
a:hover 
{ 
	color:Blue;
	text-decoration:underline;
} 
table
{
	font-family:Verdana, Arial;
	font-size:10px;
}
p
{
	font-family:Verdana, Arial;
	font-size:10px;
}
.control
{
	font-family:Verdana, Arial;
	font-size:10px;
}
.button /* also include "control" class so font-family is inherited */
{
	height:25px;
	width:90px;
	border-style:none;
	color:White;
	background-color:gray; /* should be changed to the darker color */
	font-size:11px;
}
.tab
{
	background-color:Gray;
	border-style:none;
	color:White;
	font-weight:bold;
	font-size:11px;
	height:25px;
	text-align:center;
	width:125px;
}
.tab_selected
{
	background-color:#ff9933;
}
.bgcolor
{
	background-color:#e1e1e2;
}
.header_cell
{
	background-color:#ff9933;
	border-bottom:solid 1px white;
	color:White;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

/*
page level style sheets should be move to the page itself
*/

.table_header
{
	font-weight:bold;
}

.item_background_color
{
	background-color:#e1e1e2;
}
.InschrijfgegevensTable td
{
    vertical-align:middle;
    height:25px;
}