@charset "utf-8";
/* CSS Document */

p{
font-family: Verdana, sans-serif; font-size: 11px;
color: #000000;
line-height: 13px;
padding: 3px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: 990000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
	padding: 8px;
	width: 150px;
}  


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

.bold_black {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #666666;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 165px;
}


}  

.bold_black:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #666666;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 165px;
}
