/* CSS Document */

/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
padding: 3px;
}

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

.navigationhead{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B31B1B;
	background-color: #F5F5F5;
	display: block;
	text-decoration: none;
	line-height: normal;
	padding: 5px;
	border-bottom: groove #660000 1px;
	font-family: Arial, Helvetica, sans-serif;
	
}


.navigationhead:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	border: 10px;
	border-color: #660000;
	border-width: 3px;
	background-color: #B31B1B;
	line-height: normal;
	padding: 5px;
	border-bottom: groove #660000 1px;
}
