body {
	font-family: Verdana;
	font-size: 13px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
}

h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color : #013C7F;
	margin-left:-5px;
}

h2 {

	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color : #6794D9;
	margin-left:-5px;
}

h3 {

	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color : #6794D9;
}
h4 {

	font-size: 8px;
	font-style: normal;
	background-color:#DFECFF;
}

table {
	font-style: normal;
	border-collapse:collapse;
	font-size: 13px;
}
th {
	font-weight: bold;
	color : White;
	background-color: #6794D9;
	border-color: #6794D9;
	border-width: thin;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align:top;
}
td {
	border-color: #e6e6ff;
	border-width: thin;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align:top;
}
td.form
{
	border-style:none;
}
td.kop {
	border-style:none;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align:top;
}
tr.kop {
    border-style:none;
    height:22px;
}


a {
	text-decoration: none;
	color: #0000CC;
}

a:visited {
	text-decoration: none;
	color: #0000CC;
}

a:Hover {
	text-decoration: underline;
	color: #FF6F00;
}

a.kop {
    margin-left: -1px;
	margin-right: -1px;
    background-color:#6794D9;
    font-family: Verdana;
	font-size: 11px;
	color: White;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight:bold
}

a.kop:Hover {
    background-color:#013C7F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.kop:Active {
    padding-top: 1px;
	padding-bottom: 1px;
}
a.Zwart
{
	text-decoration: none;
	font-weight:bold;
	color: Black;	
}
a.Zwart:Hover 
{
	color: #FF6F00;
}
hr {
	background-color: #FF6F00;
	color: #FF6F00;
}

li.rood
{
	color: Red;
}
li.navy
{
	color: navy;
}
li.statusRood
{
	color: Red;
	list-style-type: circle;
}
li.statusGroen
{
	color: Green;
	list-style-type: disc;
}
b.rood
{
	color: #dc143c;
}
div.docOnvolledig
{
	color: Red;
}
div.docVolledig
{
	color: Green;
}
font.undocumented
{
	color: Red;
	font-weight:bold;
}

