/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
#navigation {
	position:absolute;
	left:125px;
	top:152px;
	width:1000;
	height:25
;
	z-index:6;
	background-color: 990099;
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #990000;
	font-weight: bold;}
}
.navigation {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #99cccc;
	text-decoration: none;
	background: #ffffff;
	display: block;
	padding: 2px;
	width: 140px;
	}
	
	}
	.navigation:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	display: block;
	padding: 2px;
	width: 140px;
	}
