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

@font-face {
    font-family: 'ReseaRegular';
    src: url('fonts/resea-regular-webfont.eot');
    src: url('fonts/resea-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/resea-regular-webfont.woff') format('woff'),
         url('fonts/resea-regular-webfont.ttf') format('truetype'),
         url('fonts/resea-regular-webfont.svg#ReseaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.top_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#08325a;
	text-transform:uppercase;
	font-weight:bold;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.footer_dark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5d5d5d;
}

