/* CSS Document */

p{
font-family: Arial;
font-size: 11px;
color: #000100;
line-height: 18px;
padding: 3px;
}
.BOLD {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}


.navigation {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0067a6;
	background-color: #d3e7b9;
	display: block;
	padding: 8px;
	width: 130px;
}
.BLUE_FILL {
	background-color: #0067A6;
}



.navigation:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	background-color: #D3E7B9;
	display: block;
	padding: 8px;
	width: 130px;
}
.GRN_FILL {
}
.BRN_FILL {

	background-color: #F7EEDF;
}
