/* CSS Document */

p{
font-family: Tahoma;
font-size: 11px;
color: #666666;
line-height: 12px;
padding: 3px;
}
.navigation {
	font-family: Tahoma;
	font-size: 11px;
	font-style: strong;
	color: #0000FF;
	text-decoration: none;
	background-color: #E2E9F0;
	display: block;
	padding: 8px;
	width: 135px;
}

.navigation:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
	background-color: #B7CDFC;
	display: block;
	padding: 8px;
	width: 135px;
}
.bold {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
