/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #00a650;
	background-color: #000000;
	text-decoration: none;
}
.bold:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

.navigation {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.navigation:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00a650;
	background-color: #000000;
}
.dis {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.dis:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #00a650;
	text-decoration: none;
}
.disbold {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.disbold:hover {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: 00a650;
	text-decoration: none;
}
.disbold1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: 00a650;
	text-decoration: none;
}
