@charset "UTF-8";
/* CSS Document */

p{
	font-family:"Futura Condensed Medium";
	font-size:14px;
	color:#000;
	line-height:18px;
	padding:3px;
}

.bold {
	font-family: "Futura Condensed Medium";
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #FF3333;
	color: #FFF;
	font-style: normal;
	font-weight: lighter;
	padding: 800;
	width: auto;
	display: block;
	}
	
.header {
	font:Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 16px;
	font-stretch: semi-expanded;
	font-weight: bold;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF3333;
}
