body{
	margin:0;
	font-size:11px;
	color:#343434;
	line-height:170%;
	background-image:url(images/bg-page.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#454545;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
a{
	color:#fb683b;
	text-decoration:underline;
	}
a:hover{
	color:#000;
	text-decoration:none;
	}
a img{
	border:none
	}
h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
	}
p{
	margin:0 0 10px 0;
	}
.header-content{
	background-image:url(images/bg-head-content.jpg);
	background-repeat:no-repeat;
	min-height:377px;
	}
.menu {
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	font-size:15px;
	color:#588fb1;
	margin:0 0 10px 0;
	font-weight:bold;
	}
.menu a{
	color:#588fb1;
	text-decoration:none;
	}
.menu a:hover{
	color:#000;
	text-decoration:none;
	}
.red-text{
	color:#c64c2d;
	}
h1 {
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	font-size:20px;
	color:#588fb1;
	margin:0 0 10px 0;
	}
h2{
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
	margin:8px 0 5px 0;
	}
.white-text{
	color:#fff;
	}
.white-text ul{
	line-height:200%;
	margin:0 auto;
	}
.footer{
	color:#999999;
	}
.footer a {
	color:#fb683b;
	text-decoration:underline;
	}
.footer a:hover{	
	color:#fff;
	text-decoration:underline;
	}