/* CSS Document */

p{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	list-style-type: none;
	right: auto;
	bottom: auto;
}


.bold{

font-family: "Century Gothic";
font-size: 11px;
line-height: 18px:
font-weight: bold;
color:#FFFF33
}

.navigation{
	font-family: "Century Gothic";
	font-size: 28px;
	font-style: normal;
	text-decoration: none;
	
	color: #FFFFFF;
	
}

.navigation:hover{
	font-family: "Century Gothic";
	font-size: 28px;
	font-style: normal;
	text-decoration: none;
	
	color:#FFFF66;
	
}

.navigation2{
	font-family: "Century Gothic";
	font-size: 27px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding: 8px;
	width: 200px;
	
}

.navigation2:hover{
	font-family: "Century Gothic";
	font-size: 27px;
	font-style: normal;
	text-decoration: none;
	color: #FFFF33;
	font-weight: normal;
	display: block;
	padding: 8px;
	width: 200px;
}
.navigation3{
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	text-decoration: none;
	color: #003399;
	
	
}

.navigation3:hover{
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	text-decoration: none;
	
	color:#FFFF00;
	
}

.navigation4{
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding: 8px;
	width: 200px;
	
}

.navigation4:hover{
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	text-decoration: none;
	color: #FF9900;
	font-weight: normal;
	display: block;
	padding: 8px;
	width: 200px;
	
}
