/* CSS Document */

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFF;
	line-height: normal;
	padding: 3px;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: auto;
	float: inherit;
	position: absolute;
}
.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #FFF;
}
