/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	background-color: #996633;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/box_title_left.gif);
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #3F3629;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 140px;
	background-image: url(images/box_title_left.gif);
	background-color: #996633;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #3F3629;
	display: inline;
	padding: 8px;
	width: 140px;
}

