/* CSS Document */
p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	padding: 3px;
	border: 3;
	outline-color: #FFFFFF;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CC9966;
	display: block;
	padding: 8px;
	width: 140px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #FFCCFF;
	display: block;
	padding: 8px;
	width: auto;
	border: thin solid #660000;
	border-color: #FFFFFF;
	outline-color: #660000;
}
