/* CSS Document */

p{
font-family:"Futura Lt BT";
font-size:14px;
color:#FFFFFF;
line-height: 18px;
padding: 3px;
}


.Bold {
	font-family: "Futura Lt BT";
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #928787;
	display: block;
}

.Bold:hover {
	font-family: "Futura Lt BT";
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	color:#C0C0C0;	
	background-color: #928787;
	display: block;
}


.body {
font-family:"Futura Lt BT";
font-size:12px;
line-height:14px;
font-weight:bolder;
color:#ffffff;
background-color:#434040;
display:block;
}

.body2 {
	font-family:"Futura Lt BT";
	font-size:12px;
	line-height:30px;
	font-weight:normal;
	color:#ffffff;
	background-color:#434040;
	display:block;
}

.body2:hover {
	font-family:"Futura Lt BT";
	font-size:12px;
	line-height:30px;
	font-weight:normal;
	color:#000000;
	background-color:#B8B0B0;
	display:block;
}
.body3 {
font-family:"Futura Lt BT";
font-size:11px;
line-height:13px;
font-weight:bolder;
color:#ffffff;
background-color:#434040;
display:inline;
}

.Footer {
	font-family:"Futura Lt BT";
	font-size:10px;
	line-height:48px;
	font-weight:normal;
	backround-color:#B8B0B0;
	color:#FFFFFF;
	letter-spacing: 2px;
	font-stretch: ultra-expanded;
	background-color: #b8b0b0;
}

.navigation2{
	font-family:"Futura Lt BT";
	font-size:16px;
	color:#FFFFFF;
	background-color:#928787;
	display: block;
	line-height: 48px;
	font-weight: bold;
	font-style: normal;
}

.navigation{
	font-family: "Futura Lt BT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B8B0B0;
	display:block;
	line-height: 48px;
}

.navigation:hover{
	font-family: "Futura Lt BT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #928787;
	display:block;
	line-height: 48px;
}

