/*
 * Version: $Revision: 1.4 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2006 BeSite
 */

BODY
{
	margin: 0;
	padding: 0;
	background-color: white;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 10pt;
}

INPUT.Radio, INPUT.RadioRequired, INPUT.CheckBox, INPUT.CheckBoxRequired
{
	border: 0px;
	width: inherit;
	height: inherit;
}

BODY#IE INPUT.Radio, BODY#IE INPUT.RadioRequired, BODY#IE INPUT.CheckBox, BODY#IE INPUT.CheckBoxRequired
{
	border: 0px;
	width: 13px;
	height: 13px;
    background-color: transparent;
}

A
{
	text-decoration: none;
	color: #2E3092;
}

A:hover
{
	text-decoration: underline;
}

H1, H2, H3, H4, H5, H6
{
	margin-bottom: 5pt;
	color: #2E3092;
}

H1
{
	font-size: 14pt;
	margin-top: 10pt;
}

H2
{
	font-size: 14pt;
	margin-top: 8pt;
}

H3
{
	font-size: 12pt;
	margin-top: 7pt;
}

H4, H5, H6
{
	font-size: 10pt;
	margin-top: 6pt;
}

P, LI
{
	margin-top: 0;
	margin-bottom: 5pt;
}

UL
{
	margin-top: 0;
	margin-bottom: 0;
}

IMG
{
	border: 0;
}

FORM
{
	margin: 0;
	padding: 0;
}

HR
{
	border: 1px solid #2E3092;
	background-color: #2E3092;
}

DIV.Reaction
{
	background-color: #DEE8E2;
	margin-bottom: 20px;
}