/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 8px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000033;
}

.navigation{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
	background-color: #000099;
	display: block;
	padding: 10px;
	width: auto;
	border-color: #FFFF99;
	border-bottom-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-style: double;
}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFCC;
	margin-left: 10px;
}


.navigation:hover{
		font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #FFFF66;
	display: block;
	padding: 10px;
	width: auto;
	border-color: #000099;
	border-bottom-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-style: double;
}
.subnavigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
	background-color: #0033CC;
	display: block;
	padding: 5px;
	width: auto;
	border-color: #FFFF99;
	border-bottom-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-style: double;
	margin-left: 30px;
}
.subnavigation:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	background-color: #FFFF99;
	display: block;
	padding: 5px;
	width: auto;
	border-color: #0033CC;
	border-bottom-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-style: double;
	margin-left: 30px;
}
.address {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFCC;
}
.smallprint {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 18px;
	font-weight: normal;
	color: #66CCFF;
}
.email {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
}
