@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-Bold-webfont.svg#webfontw7zqO19G') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3 {
	font-family:'DroidSansBold',Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
}

h1 {
	margin-bottom: 20px;
	margin-top:40px;
	font-size:18px;
	/*line-height:32px;*/
}

h2 {
	margin-bottom: 20px;
	margin-top:35px;
	font-size:26px;
	line-height:26px;
}

h3 {
	margin-bottom: 15px;
	margin-top:30px;
	font-size:22px;
	line-height:22px;
}