BODY
{


/*************** Achtergrond ***************/

FONT-FAMILY:'Arial';
FONT-SIZE: 12px;
}


TR
{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
TABLE
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}


/***************  Algemene link aanduiding ***************/

a:link {
	color: #500000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #500000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {text-decoration: font-weight: bold; underline;
	color: #500000;
	text-decoration: underline;
}


/***************  class ***************/


.title {
	color: #500000;
        text-decoration: none;
	font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


A.title:link {
	color: #500000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}


A.title:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}


A.title:visited{
	color: #500000;
	text-decoration: underline;
	font-weight: normal;
}


A.title:active{
	color: #500000;
	text-decoration: none;
	font-weight: normal;
}	
	


/***************  veld ***************/

INPUT.editbox {
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	TEXT-ALIGN: left;
	border: 1px solid #494949;

}
/***************  knop ***************/

INPUT.Knop
{
    BACKGROUND-COLOR: #12375F;
	COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
	border: 1px solid;
	font-weight: bold;
	cursor: hand;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #000000;
	border-right-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
