/* CSS Document */
p {
	font-size:24px;
	color:#336633;
	line-height:normal;
	padding: 1px;
	margin-left: 0px;
	marker-offset: auto;
	border-left-width: thin;
}
.bold
{
font-family: verdana,sans-serif;
font-size:11px;
line-height:18px;
font-weight:bold;
color:#990000;
}
.navigation
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 1px;
	color: #ffffff;
	background-color: #993300;
	width: 100px
	px;
}

.navigation:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	color: #ffffff;
	background-color: #d03d03;
	background-attachment: fixed;
	padding: 1px;
}
