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

body {
	margin: 0;
	padding: 0;
	background: #44535E;
	background-image: url(_assets/bkg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color:#ffffff;
}

.logo {
margin-top:150px;	
}

.paddingBottom25px{
padding-bottom:25px;	
}

.orange {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color:#F08A1D;
}

a:link {color: #ffffff; text-decoration: none} 
a:visited {color: #ffffff; text-decoration: none}  
a:hover {color: #F08A1D; text-decoration: underline}  
a:active {color: #ffffff; text-decoration: none} 