html, body {
	font-family: helvetica, arial, geneva, sans-serif; 
	color: #000;
	font-size: 10pt;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	}

body {
	background-image: url(../upload/background.gif);
	background-repeat: repeat-y;
	}

.headline {
	font-size:18pt; 
	font-weight: bold;
	}

.subheadline {
	font-size:13pt; 
	font-weight: bold
	}

.navigation {
	font-size:13pt; 
	font-weight: bold; 
	margin-right: 15px;
	}

.subnavigation {
	font-size:12pt; 
	font-weight: bold; 
	margin-right: 15px
	}

.service {
	padding-left:7px; 
	padding-right:7px;
	font-size: 10pt;
	}

A {
	font-family: helvetica, arial, geneva, sans-serif; 
	color: #000
	}

A:link, A:visited {
	text-decoration: underline
	}

A:hover, A:active {
	text-decoration: none
	}

A.navigation:link, A.navigation:visited, A.subnavigation:link, A.subnavigation:visited {
	text-decoration: none;
	padding: 2px 0 2px 0;
	}

A.navigation:hover, A.navigation:active, A.subnavigation:hover, A.subnavigation:active {
	padding: 2px 0 2px 0;
	border: 0px; 
	border-bottom: 1px; 
	border-top: 1px; 
	border-color: #ffc; 
	border-style: solid
	}

td {
	font-size: 10pt;
	}

td.start {
	text-align: center;
	padding: 20px;
	margin: 20px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #ffc;
	font-size: 10pt;
	}

td.startpicture {
	text-align: center;
	padding: 10px;
	margin: 10px;
	}
