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

@import "/bsl/css/generic.css";


BODY
{
	background-color: white;
	padding: 45px;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
	font-family: Arial, "Trebuchet MS", helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
}

A
{
	color: #7372B5;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;	
}
