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

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

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

A
{
	color: #ff3300;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

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

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

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

H3
{
	font-size: 11pt;
	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;
}

HR
{
	border: 0;
	background-color: #ff3300;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.Bold
{
	font-weight: bold;
}
