/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: 772b2f;
	line-height: 18px;
	padding: 3px;
	text-align: left;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: 772b2f;
	text-align: left;
}

.navigation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: 1e2d3b;
	display: block;
	padding: 5px;
	width: 160px;
	letter-spacing: 0.1em;
	text-align: center;
}


.navigation:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #a3adb8;
	text-decoration: none;
	background-color: 1e2d3b;
	display: block;
	padding: 5px;
	width: 160px;
	letter-spacing: 0.1em;
	text-align: center;
}
