/* CSS Document */

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

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

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 144px;
	border-bottom-width: 1px;
	border-bottom-color: #CC9966;
	border-bottom-style: solid;
	text-transform: uppercase;
	background-color: #993300;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	text-decoration: none;
	background-color: #CC9966;
	display: block;
	padding: 5px;
	width: 144px;
	text-transform: uppercase;
}
