/*@font-face {
	font-family: 'Ideal Sans Book';
	font-style: normal;
	font-weight: normal;
	src: local('Ideal Sans Book'), url('font/IdealSans-Book.woff') format('woff');
}

@font-face {
	font-family: 'Ideal Sans Book Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Ideal Sans Book Italic'), url('font/IdealSans-BookItalic.woff') format('woff');
} 

@font-face { 
	font-family: 'Ideal Sans Extra Light';
	font-style: normal;
	font-weight: normal;
	src: local('Ideal Sans Extra Light'), url('font/IdealSans-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Ideal Sans Light';
	font-style: normal;
	font-weight: normal;
	src: local('Ideal Sans Light'), url('font/IdealSans-Light.woff') format('woff');
}

@font-face {
	font-family: 'Ideal Sans Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Ideal Sans Light Italic'), url('font/IdealSans-LightItalic.woff') format('woff');
}

@font-face {
	font-family: 'Ideal Sans Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Ideal Sans Medium'), url('font/IdealSans-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Ideal Sans Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Ideal Sans Semibold'), url('font/IdealSans-Semibold.woff') format('woff');
}

@font-face {
	font-family: 'Ideal Sans Semibold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Ideal Sans Semibold Italic'), url('font/IdealSans-SemiboldItalic.woff') format('woff');
}
*/

body {
	color: #4b4d4d;	
	/*font-family:'Ideal Sans Light';*/
	font-family: Helvetica, Arial, "sans-serif";
    font-weight:normal;
/*	letter-spacing: 3px;*/
    font-size: 14px;
	line-height: 26px;
}

a {
	color: #8fd4d9;	
}

.bold {
    font-weight: bold;
}

.red {
    color: red;    
}

h1, .h1 {
/*	color: #8fd4d9;	*/
/*	color: #8fd4d9;	*/
	text-transform: uppercase;
	margin-bottom: 0px;
	letter-spacing: 4px;
    font-size: 22px;
}

h2, .h2 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
	letter-spacing: 3px;
    font-size: 17px;
}

.logo {
	margin-bottom: 30px;	
}

.green {
	color: #8fd4d9;	
}

.maincontainer {
	margin: 0 auto;
	margin-top: 60px;
	max-width: 960px;
	width: 95%;
	text-align: center;
	color: #4b4d4d;	
}
