@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('../fonts/opensans-condbold-webfont.eot');
    src: url('../fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condbold-webfont~3.woff') format('woff'),
         url('../fonts/opensans-condbold-webfont~2.ttf') format('truetype'),
         url('../fonts/opensans-condbold-webfont~1.svg#OpenSansCondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont~3.woff') format('woff'),
         url('../fonts/opensans-light-webfont~2.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont~1.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
}
body, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f7072;
}
a {
	text-decoration: none;
	color: #00457e;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
h1,
h2,
h3 {
	margin: 0;
	margin-bottom: 10px;
}
h1 {
	font-family: "OpenSansLight", Verdana, sans-serif;
	font-weight: normal;
	font-size: 22px;
}
h2 {
	color: #00457e;
	font-weight: bold;
	font-size: 16px;
}
h3{
	color: #00457e;
	font-weight: bold;
	font-size: 12px;
}
.inline-block-container {
	font-size: 0;
}
.inline-block-container > div {
	font-size: 12px;
}