BODY,TD
	{
		font-size : 10pt;
		font-family : Arial;
		color : #E4E4E4;
	}
	
H1
	{
		font-size : 14pt;
		font-weight : bold;
		font-style : italic;
		font-family : Times;
		color : #F39F77;
	}
	
H2
	{
		font-size : 12pt;
		font-weight : bold;
		font-style : italic;
		font-family : Times;
	}
	
H3
	{
		font-size : 10pt;
		font-weight : bold;
		font-style : italic;
		font-family : Times;
	}

H4
	{
		font-size : 12pt;
		font-family : Times;
		font-weight : none;
	}

A
	{
		font-family : Arial;
		color : #F39F77;
		text-decoration: none;
	}

A:visited
	{
		font-family : Arial;
		color : #F39F77;
	}

A:active
	{
		font-style : italic;
		font-family : Arial;
		color : #F39F77;
	}

A:hover
	{
		font-family : Arial;
		color : #F39F77;
		text-decoration: underline;
	}

	
.rood
	{
		font-size : 13pt;
		font-weight : bold;
		font-family : Arial,Helvetica;
		color : #A82A23;
	}
	
.small
	{
		font-size : 8pt;
	}
	
.buttons
	{
	background-color : #A82A23;
	color : #CCCCCC;
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
	font-weight : bold;
	border-bottom-color : #75211C;
	border-bottom-style : outset;
	border-bottom-width : 1px;
	border-left-color : #C75751;
	border-left-style : outset;
	border-left-width : 1px;
	border-right-color : #75211C;
	border-right-style : outset;
	border-right-width : 1px;
	border-top-color : #C75751;
	border-top-style : outset;
	border-top-width : 1px;

}

.buttons:hover
	{
	background-color : #CCCCCC;
	color : #A82A23;
}

.tekstbox
	{

		margin-bottom : 3px;
	}

.leesbuttons
{
	background-color : #A82A23;
	color : #CCCCCC;
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
	font-size : 8pt;
	font-weight : bold;
	border-bottom-color : #75211C;
	border-bottom-style : outset;
	border-bottom-width : 1px;
	border-left-color : #C75751;
	border-left-style : outset;
	border-left-width : 1px;
	border-right-color : #75211C;
	border-right-style : outset;
	border-right-width : 1px;
	border-top-color : #C75751;
	border-top-style : outset;
	border-top-width : 1px;
}

.leesbuttons:hover
	{
	background-color : #CCCCCC;
	color : #A82A23;
}

