body {
	background-color: #E0DD00;
	font-family: verdana;
	margin: 0px;
	padding: 0px;
}

td.content {
	background-image: url('gfx/bg2.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
}

td {
	font-size: 9pt;
	line-height: 25px;
}

a {
	color: #322171;
	font-weight: 700;
}

a:hover {
	color: red;
}

h1 {
	text-align: center;
}

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

ul {
	list-style-image: url('gfx/dot.gif')
}

img.hebepic {
	border: 2px solid #322171;
}

h2 {
	color: #322171;
}

h1 {
	color: #322171;
}
div.menu{
	color: white;
	padding: 4px;
	text-align: center;
	position: absolute;
	width: 162px;
	height: 17px;
	background-image: url('gfx/menubutton.gif');
}
input,textarea 
{
	background-color: #F9F758;
	border: 1px solid #322171;
	font-family: Verdana;
	font-size: 8pt;
}
input.button
{
	font-weight: 700;
	font-size: 10pt;
}