/* CSS Document */

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
	color: #FFCC33;
	font-style: normal;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFCC33;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	background-color: none;
	display: block;
	width: 80px;
	line-height: normal;
	padding: 8px;
}	
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: FFFF66;
	text-decoration: none;
	background-color: none;
	display: block;
	width: 80px;
	padding: 8px;
	line-height: normal;
}
.navigation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
	background-color: none;
	display: block;
	width: 120px;
	line-height: normal;
	padding: 8px;
}	
.navigation3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: none;
	display: block;
	width: 120px;
	line-height: normal;
	padding: 0px;
}	
