/* CSS Document */

.p{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
}

.background {
	background-image: url(images/CC024203.JPG);
	background-repeat: no-repeat;
	background-color: #009933;
}
.navigation {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 8px;
	width: 115px;
	color: #EFE321;
	background-color: #5A7900;
	font-family: Arial;
}

.navigation_body {
	font-size: 12px;
	display: block;
	padding: 8px;
	width: 250px;
	color: #EFE321;
	background-color: #5A7900;
	font-family: Arial;
	border-bottom-style: groove;
	border-bottom-width: medium;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}

.navigation_body:hover {
	font-size: 12px;
	display: block;
	padding: 8px;
	width: 250px;
	color: #5A7900;
	background-color: #EFE721;
	font-family: Arial;
	border-bottom-style: groove;
	border-bottom-width: medium;
	border-bottom-color: #FFFFFF;
}

.navigation:hover {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 8px;
	width: 115px;
	color: #5A7900;
	background-color: #EFE321;
	font-family: Arial;
}
.navigation_footer {
	font-size: 10px;
	color: #EFE321;
	width: 30px;
	background-color: #5A7900;
	padding-left: 5px;
	padding-right: 5px;
}

.navigation_footer:hover  {
	font-size: 10px;
	color: #5A7900;
	width: 30px;
	background-color: #EFE321;
	padding-left: 5px;
	padding-right: 5px;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #EFE321;
}
.tablebkg {
	background-color: #088E63;
}
