/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: normal;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: inherit;
	padding: 6px;
	width: 100px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
	border-right-color: #FFFFFF;
}

.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #750000;
	display: inherit;
	padding: 6px;
	width: 100px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
	border-right-color: #FFFFFF;
}
