@font-face {
    font-family: 'centralesans';
	src: url('fonts/hinted-subset-CentraleSansBook.eot');
	src: url('fonts/hinted-subset-CentraleSansBook.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-subset-CentraleSansBook.woff') format('woff'),
		url('fonts/hinted-subset-CentraleSansBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'centralesans';
	src: url('fonts/hinted-subset-CentraleSansBold.eot');
	src: url('fonts/hinted-subset-CentraleSansBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-subset-CentraleSansBold.woff') format('woff'),
		url('fonts/hinted-subset-CentraleSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'centralesans';
	src: url('fonts/hinted-subset-CentraleSansBook-Italic.eot');
	src: url('fonts/hinted-subset-CentraleSansBook-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-subset-CentraleSansBook-Italic.woff') format('woff'),
		url('fonts/hinted-subset-CentraleSansBook-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'centralesans';
	src: url('fonts/hinted-subset-CentraleSansHairline.eot');
	src: url('fonts/hinted-subset-CentraleSansHairline.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-subset-CentraleSansHairline.woff') format('woff'),
		url('fonts/hinted-subset-CentraleSansHairline.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}




@font-face {
    font-family: 'centralesans';
	src: url('fonts/hinted-subset-CentraleSansLight.eot');
	src: url('fonts/hinted-subset-CentraleSansLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-subset-CentraleSansLight.woff') format('woff'),
		url('fonts/hinted-subset-CentraleSansLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'centralesans';
	src: url('fonts/hinted-subset-CentraleSansLight-Italic.eot');
	src: url('fonts/hinted-subset-CentraleSansLight-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-subset-CentraleSansLight-Italic.woff') format('woff'),
		url('fonts/hinted-subset-CentraleSansLight-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;

}
@font-face {
    font-family: 'centralesans';
	src: url('fonts/hinted-subset-CentraleSansXBold.eot');
	src: url('fonts/hinted-subset-CentraleSansXBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-subset-CentraleSansXBold.woff') format('woff'),
		url('fonts/hinted-subset-CentraleSansXBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;

}

body{
	background-color:#FFFFFF;
	color:#323232;
	font-family:'centralesans',arial,helvetica,sans-serif;
	font-size:13px;
	line-height:17px;
	margin:0 0 20px 0;
}

p{
    margin:10px 0;
}

a, a:link, a:visited{
	text-decoration: none;
	color: #656565;
}

h1, h2, h3, h4, h5{
	clear:both;
}

select{
	background:transparent;
}

table, td, th{
	border:0 none;
}