/* CSS Document */

P{
	font-family:Verdana, sans-serif;
	font-size:11px;
	line-height:18px;
	padding:3px;
	color: #333333;
}
.Title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	font-style: normal;
	font-weight: normal;
}



.navigation {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: none;
	background-color: #222222;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: none;
	background-color: #333333;
}

.header {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
