/* CSS Document */

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.active_link {
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #006600;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 140px;
	font-style: normal;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #DFDFDF;
	text-decoration: none;
	background-color: #CC6633;
	display: block;
	padding: 2px;
	width: 134px;
	font-style: normal;
}

.navigation_separator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DFDFDF;
	text-decoration: none;
	background-color: 372ba2;
	display: block;
	padding: 2px;
	width: 140px;
	font-style: normal;
	height: 1px;
}
