/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 6px;
	font-style: italic;
	text-align: center;
}
.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: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #6B1101;
	display: block;
	padding: 8px;
	width: 130px;
}



.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #D03D03;
	display: block;
	padding: 8px;
	width: 130px;
}


.navigate {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #6B1101;
	display: block;
	padding: 2px;
	width: 64px;
}



.navigate:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #D03D03;
	display: block;
	padding: 2px;
	width: 64px;
}



.banner_navigation {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #6B1101;
	background-color:#000000;
	display: block;
	padding: 8px;
	width: 643px;
}



.banner_navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background:  #D03D03;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 643px;
	background-color: #FF0000;
}
