body, body.start, td
{
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 9pt;
}

body
{
	margin: 0;
	color: black;
	background-color: white;
}

body.start
{
	background-color: #1b292e;
	color: #c0ff38;
}

p.slogan
{
	width: 500;
	font-weight: bold;
	font-size: 24pt;
}

body.start a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

body.start a:hover
{
	text-decoration: underline;
}




#site
{
	position: relative;
	width: 800;
	height: 600;
	background: url("images/hg.gif") no-repeat;
}

#navi
{
	position: absolute;
	left: 12;
	top: 50;
	text-align: left;	
}

#navi ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi li
{
	background: url("images/stop-bullet.gif") no-repeat;
	padding: 4 0 12 30;
}

#navi a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#navi a:hover
{
	text-decoration: underline;
}




#content
{
	position: absolute;
	left: 200;
	top: 25;
	width: 580;
	height: 540;
	overflow: auto;
	text-align: justify;
}

#content h1
{
	margin: 0;
	padding-top: 5;
	text-align: center;
	background: url("images/headline.gif") no-repeat;
	color: white;
	font-size: 10pt;
	width: 552;
	height: 25;
}

#content p
{
	width: 540;
	margin: 1em 0 1em 6;
}