/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 13.5px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6DA82D;
	display: block;
	padding-bottom: 8px;
	width: 160px;
	background-color: #FFFFFF;
	text-decoration: none;
	border-left: 20;
	border-left-style: normal;
	border-left-color: #00CC00;
	border-left-width: thin;
}
