/* =============================================================================
   Standaard
   ============================================================================= */
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

tr, td, th, p, ul, li
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	text-align: left;
	line-height: 18px;
}

h1
{
    font-size: 12px;
    font-weight: bold;
    color: #003399;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.inleiding
{
    font-size: 12px;
    font-weight: bold;
    color: #003399;
}

.tussenkop
{
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

a:link, a:visited, a:active
{
	color: #CC0033;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;
}

/* =============================================================================
   Body
   ============================================================================= */
body, html
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	text-align: left;
	line-height: 18px;
}

html
{
	background-color: #ffffff;
}