body {
	background-color:#FFFFFF;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#logotext {
  display: none;
}

h1 {
	font-size:14pt;
}

h2 {
	font-size:12pt;
	font-weight:bold;
}

h3 {
	font-size:11pt;
	font-weight:bold;
}

a.button, a.selectedbutton{
	font-size:11pt;
	font-weight:400;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline-block;
	min-width:100px;
	text-align:left;
	color:#FFFFFF;
	border: 1px solid black;
	margin-bottom: 5px;
	background-color:#B0B0B0;
  border-radius: 6px;
	text-align: center;
}

a.button {
	display: inline-block;
	font-weight:400;
	vertical-align: bottom;
}

a.selectedbutton {
	font-weight:800;
}

a.button:visited, a.selectedbutton:visited  {
	color:#FFFFFF;
}

a.button:hover, a.selectedbutton:hover {
	color:#FFFF80;
}

.mainmenu {
	display: inline-block;
	margin-left: 30px;
	vertical-align: bottom;
	line-height: 100%;
}

div.picture {
  display:inline-block;
  clear:none;
}

#header img {
	margin-left: 20px;
}
#content {
	margin: 20px;
}