/* CSS Document */

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	padding: 3px;
	letter-spacing: normal;
}
.address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 16px;
	white-space: normal;
	font-weight: bold;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 15px;
	white-space: normal;
}
.bold {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color:#000000;
	line-height: 30px;
	letter-spacing: normal;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #030;
	display: block;
	padding: 0px;
	width: auto;
	color: #FFFFFF;
	text-align: left;
	height: auto;
	line-height: 24px;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #096;
	display: block;
	padding: 6px;
	width: auto;
	color: #FFFFFF;
	text-align: center;
}

