
body {
	height: 100%;
	margin-bottom: 1px;
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
}

a.topbutton:link,a.topbutton:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #e0e3e5;
	background-image: url(images/btn-bg.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 100px;
	vertical-align: bottom;
	text-align: center;
	background-position: center center;
	padding: 8px;
	text-decoration: none;
}

a.topbutton:hover{
	color: #990000;
	background-image: url(images/btn-bg-on.jpg);
	background-repeat: no-repeat;
	
}.menu-box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6d808c;
	border-left-color: #6d808c;
	background-color: #f4f4f4;
}
.box {
	border: 1px groove #333333;
}

.tableheader
{
	font-weight: bold;
	font-size: 9px;
	color: #ffffff;
	line-height: 15px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	text-decoration: none;
}

.tableelement
{
	
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-transform: none;
}

