body {
	background-color : white;
	margin-top       : 0px;
	margin-left      : 0px;
	margin-right     : 0px;
	margin-bottom    : 0px;
}

body, p, table, tr, td, a, h1, h2, h3, h4, h5, h6 {
	font-family	: sans-serif;
	font-size	: 10pt;
	text-align	: left;
}

span.error {
	font-weight	: bold;
	color		: red;
}

table.menu {
	background	: #F0F0F0;
	border-style	: solid; 
	border-width	: 1px;
	border-color	: #505050;
}

a.menu {
	text-decoration	: none;
	font-weight	: normal;
	color		: #303030;
}

a.menu:hover {
	text-decoration	: underline;
}
