body
	{
	font-family: Arial, Times, Helvetica, Roman;
	font-size: 9pt;
	background-color: #eeeeee;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
table
	{
	font-family: Arial, Times, Helvetica, Roman;
	font-size: 10pt;
	}
.tableheader
	{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #007766;
	padding: 3px;
	}
.tablelist
	{
	width: 540px;
	border: 0px;
	}
.detailheader
	{
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	color: #990000;
	text-transform: uppercase;
	}	
.detailfield
	{
	font-size: 8pt;
	font-weight: bold;
	
	}	
.detailvalue
	{
	font-size: 8pt;
	color: #333333;
	}	

.twovert
	{
	font-size: 1px;
	line-height: 2px;
	}
.fivevert
	{
	font-size: 1px;
	line-height: 5px;
	}
.tenvert
	{
	font-size: 1px;
	line-height: 10px;
	}
.twentyvert
	{
	font-size: 1px;
	line-height: 20px;
	}
.thirtyvert
	{
	font-size: 1px;
	line-height: 30px;
	}
.fiftyvert
	{
	font-size: 1px;
	line-height: 50px;
	}
.headline
	{
	font-weight: bold;
	font-family: Arial, Times, Helvetica, Roman;
	font-size: 12pt;
	color: #000066;
	}
.teaser
	{
	font-weight: bold;
	font-family: Arial, Times, Helvetica, Roman;
	font-size: 11pt;
	color: #000066;
	}
a, a:visited, a:active
	{
	font-size: 10pt;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
a:hover
	{
	color: #cc0000;
	}
.menulink, .menulink:visited, .menulink:active
	{
	font-size: .95em;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
	}
.menulink:hover
	{
	color: #cc0000;
	}
.menuheader
	{
	font-weight: bold;
	font-family: Arial, Times, Helvetica, Roman;
	font-size: 10pt;
	color: #000066;
	text-decoration: underline;
	}
.formelement
	{
	font-size: .8em;
	}
.formtitle
	{
	font-size: .8em;
	}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}