/* CSS Document */

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFCC;
	line-height: 13px;
	padding: 5px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFCC;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000033;
	display: block;
	padding: 8px;
	width: 200px;
}	
	
	.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 200px;
}.navigationtype1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFCC;
	background-color: #000033;
}
