body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	color: #ffffff;
}
body, p, div, span, td
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 12px;
}
input, select
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 12px;
}
img
{
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
table, tr, td
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.Header
{
	background-color: #ffffff;
}
.NormalText
{
	line-height: 17px;
}
.TitleText
{
	line-height: 17px;
	font-size: 14px;
}
.SmallText
{
	font-size: 10px;
}
.RequiredText
{
	/* TODO: goede kleur hiervoor */
	color: #ff9900;
}
h1
{
	font-size: 18px;
	font-family: Sans-Serif;
	margin: 0 0 2 5;
}
h2
{
	font-size: 14px;
	font-weight: bold;
}
h3
{
	font-size: 13px;
	font-weight: bold;
}
a:visited, a:link
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: #FF8800;
	text-decoration: underline;
}
hr
{
	height: 1px;
	color: #0069b2;
}
.ResultTable
{
	width: 580px;
	color: #0069b2;
	border: 1px solid #000000;
	background-color: #ffffff;
	border-collapse: collapse;
}
.ResultTable td
{
	color: #0069b2;
}
.ResultTable th
{
	text-align: left;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	background-color: #0069b2;
}

.ResultTable a:link, .ResultTable a:visited
{
	color: #0069b2;
	font-weight: bold;
	text-decoration: underline;	
}
.Footer
{
	color: #969696;
	font-weight: bold;
	background-color: #fff;
	text-align: center;	
}
.Footer a:link, .Footer a:visited
{
	color: #969696;
}
.Footer a:hover, .Footer a:active
{
	text-decoration: underline;	
}
.contenttd
{
	vertical-align: top;
	color: #FFFFFF;
	line-height: 17px;
	width: 600px;
	height: 500px;
	background-color: #00a5e1;
	/*overflow: visible;*/
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-style: none;
	margin: 0px;
}
#FormTable
{
	width: 580px;
}
.pageDiv
{
	/* Ook FormTable moet ooit pageDiv worden */
	width: 580px;
}
.ModuleSummary
{
	font-weight: bold;
	color: #FFF;
	background-color: #e87805;
}
.ModuleSummary td
{
	color: #FFF;
}
.ModuleHeader
{
	background-color: #0069b2;
	font-weight: bold;
	font-size: 11pt;
	padding: 1px;
}
