/* CSS Document */

p{
	font-family: "Century Gothic";
	font-size: 12px;
	color:#000033;
	line-height: normal;
	padding-top: 1px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
}

.navigation {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	color: #000033;
	text-decoration: none;
	background-color: #BDBABD;
	display: inline;
}


.navigation:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	color: #000033;
	text-decoration: none;
	background-color: #FFFF66;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.navigation2 {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	display: block;
}

.navigation2:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	color: #000033;
	text-decoration: none;
	background-color: #FFFF33;
	display: block;
}
a{
	font-family: "Century Gothic";
	font-size: 13px;
	color: #9999FF;
	border-left: px;
}
