/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	border: thick solid #999999;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	text-align: center;
	background-position: center center;
	line-height: 15px;
	top: auto;
	word-spacing: normal;
	border: thin none #999999;
	vertical-align: middle;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	text-align: center;
	background-position: center center;
	line-height: 15px;
	top: auto;
	word-spacing: normal;
	border: thin none #999999;
	vertical-align: middle;
	background-color: #999999;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
