body {
	font: normal normal normal 9px Geneva, Tahoma, Helvetica, Arial, sans-serif;
	line-height: 15px;
	letter-spacing: 1px;
}

hr {
	border: none;
	border-top: 1px solid #8d8f91;
	margin: 10px 0;
}

a img {
	border: none;
}

#navigation a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a.active, #navigation li a:hover {
	text-decoration: underline;
}

#navigation li li a:hover, #navigation li li a.active {
	color: #339999;
	text-decoration: none;
}

#container h1 {
	font: oblique normal normal 12px Times;
	line-height: 16px;
	color: #8d8f91;
}

#container a {
	color: #8d8f91;
}

#container a:hover {
	color: #339999;
}

#container p {
	margin-bottom: 13px;
}

#container .caption p {
	text-decoration: underline;
	font: oblique normal normal 12px Times;
}

#container .caption p:first-child, #container p {
	font: normal normal normal 12px Times;
	line-height: 16px;
	color: #8d8f91;
	margin: 0;
}

.hidden {
	display: none;
}

