/* CSS Document */

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

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

.copyright {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #A53933;
	background-color: #FFFEF0;
	display: block;
	padding: 8px;
	width: 120px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #A53933;
	text-decoration: none;
	background-color: #FFF5C1;
	display: block;
	padding: 8px;
	width: 120px;
}