a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color:#EF6329;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color:#EF6329;
}
a.menulink{
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
a.menulink:link{
	font-size: 20px;
	color: #FFFFFF;
	text-align: justify;
}
a.menulink:visited{
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
a:hover{
	text-decoration: underline;
}
a.menulink:hover{
	text-decoration: none;
}
body {
	background-image: url(images/gray_bg.gif);
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color:#111111;
	font-size: 10px;
	margin-top: 2px;
}
h4{
	padding: 4px 0px 2px;
	margin: 4px 0px;
}
p{
	padding: 2px 0px;
	margin: 2px;
}
a.menu:link{
	color: #FFFFFF;
}
a.menu:visited{
	color: #FFFFFF;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
td {
	font-size: 14px;
	text-align: justify;
}
td.highlight100{
	background: url(images/menu_active.gif);
	text-align: center;
}
td.highlight80{
	background: url(images/menu_active.gif);
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: center;
}
td.highlight50{
	background: url(images/menu_active.gif);
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-align: center;
}
input.groovybutton{
   font-size:16px;
   font-family:Arial,sans-serif;
   color:#FFFFFF;
   background-color:#FB7E02;
   border-style:outset;
   border-color:#FD8206;
   border-width:2px;
   margin: 5px;
}
tr.oddrow{
	background:#E0E0E0;
}
tr.evenrow{
	background:#F0F0F0;
}
.formtable td{
	padding:3px;
	margin:0px;
	background: #F8F8F8;
}
.text{
	font-size:12px;
	font-family:Arial, sans-serif;
	background-color:#FFF8F4;
	border-color:#EF6329;
	border-style: solid;
	border-width:1px;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
}
.texterror{
	font-size:12px;
	font-family:Arial, sans-serif;
	background-color:#FFD8D4;
	border-color:#FF0000;
	border-style: solid;
	border-width:1px;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
}
.uuid{
	font-size: 24px;
	font-weight: bold;

}
.formlabel{
	color:#111111;
	font-size:14px;

}
.formerror{
	color:#FF0000;
	font-size:11px;
}
.formcomment{
	color:#555555;
	font-size:10px;
}
.textcomment{
	color:#555555;
	font-size:11px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 4px;
}
div#header {
	position: relative;
	left: 27px;
	top: 30px;
}
div#page{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
}
div#container {
	float:left;
	width: 790px;
}
div#content {
	width: 790px;
	background-color: #FFFFFF;
	text-align: center;
}
div#googlead {
	padding-left: 10px;
	float: left;
	text-align: left;
}
div#formular {
	text-align:center;
	width: 100%;
}
div#bottom {
	background-color: #FFFFFF;
	font-size: 10px;
	background: url(images/border_bottom.gif);
	background-repeat: no-repeat;
	width: 790px;
	height: 45px;
	text-align: center;
}
#footer{
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type: none;
}
#footer li{
	display:inline;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 16px;
}
div.show {
	display: block;
}
div.hide {
	display: none;
}
div.panelbox {
	background-color:#F9F9F9;
	border-color:#777777;
	border-style: solid;
	border-width:1px;
	padding:5px;
}
td.applet{
	border-style: solid;
	border-width: 1;
	border-color: #777777;
	text-align: center;
}