@charset "utf-8";
/* CSS Document */

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-right-width: medium;
	border-right-style: solid;
	border-left-width: medium;
	padding-left: 30px;
	padding-right: 30px;
	border-right-color: #D08752;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #869B9C;
	line-height: 30px;
}

a:hover.navigation {
	color: #D48B56;
	border-right-color: #990000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	border-bottom-width: 100%;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

