ul{
	list-style-image: url('../graf/blank.png');
	margin: 15px;
	padding: 0px;
}

body {
background-color: #FFFFFF;
color:#000000;
font-family: "Arial CE", Arial, sans-serif;
font-size: 10pt;
text-align: justify;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
padding: 0px;
overflow: scroll;
}


.button
{font-family: "Arial CE", Arial, sans-serif;
  font-size: 10px;
  background-color: #F8F8F8;
  color: #000000;
  width: 170px;
  letter-spacing: 1px;
  text-align: center;
  border-top: 1px solid #663300;
  border-bottom: 1px solid #000066;
  border-left: 1px solid #000066;
  border-right: 1px solid #663300
}

div.visible {
	padding: 2px;
}
A:link
{text-decoration: none;
 color: blue;
 background-color: #FFFFFF;}

A:hover
{text-decoration: underline;
 color: blue;
 background-color: #FFFFFF;}

A:visited
{text-decoration: none;
 color: blue;
 background-color: #FFFFFF;}

A:active
{text-decoration: none;
 color: blue;
 background-color: #FFFFFF;}
IMG
{border-color: black}

H1
{
text-align: center;
font-size: 16pt
}

H2
{
text-align: center;
font-size: 20pt
}

H3
{font-size: 16pt
}

.menubutton
{border: 0px}


div#wrap{
	margin-top: 15px;
	margin-bottom: 15px;
	position:absolute;
	left: 50%;
	margin-left: -420px;
	width: 840px;
	border: 0px solid #E7E7FF;
}

div#title {
	background: url(../graf/top.png);
	width: 840px;
	padding: 0px;
	vertical-align: top;
	height: 90px;
	text-align: right;
}

#title div{
	margin: 0px;
	border-right: 0px solid #E7E7FF;
	border-top: 0px solid #E7E7FF;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

div#sidebar {
	border-right: 0px dotted #E7E7FF;
	border-bottom: 0px dotted #E7E7FF;
	float: left;
	width: 170px;
	margin: 0px;
	font-family: "Arial CE", Arial, sans-serif;
	background-color: #FFFFFF;
	color:#000000;
	font-size: 10pt;
}

div#content {
	padding: 2px;
	float: left;
	left: 170px;
	right: 101px;
	width: 660px;
	overflow: hidden;
}


div#copyright {
	border-top: 0px dotted #E7E7FF;
	clear: both;
	background: url(../graf/bottom.png);
 	Width: 840px;
 	height: 55px;
}

#copyright td {
	width: 280px;
}