/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 13px;
color: #363025;
line-height: 15px;
padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #0E1D2D;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0E2843;
	text-decoration: none;
	background-color: #8A939C;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #383226;
	text-decoration: none;
	background-color: #9C8471;
	display: block;
	padding: 8px;
	width: 140px;
}
.link_text {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333300;
	text-decoration: underline;
}
