HTML, BODY { padding: 0; margin: 0; background: #fff ; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { margin: 0; font-family: Tahoma, Helvetica, sans-serif; color: #2d2c2c; font-size: 13px; }

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

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

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

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    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.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

TEXTAREA { overflow: auto; }

H1, H2, H3, H4, H5, H6 {
	margin: 0.7em 0 0 0;
	padding: 0;
	color: #242424;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal !important;
}

H1 { font-size: 42px; color: #000; margin: 0; line-height: 44px !important; }
H2 { font-size: 36px; color: #707070; }
H3 { font-size: 30px; color: #f65100; }
H4 { font-size: 24px; color: #242424; }
H5 { font-size: 18px; color: #f65100; }
H6 { font-size: 13px; color: #242424; }

IMG { border: 0; }
IMG.ico { cursor: pointer; }

A { color: #f65100; text-decoration: none; }
A:hover { color: #f16e2e; text-decoration: none; }

P { padding: 0; margin: 0.5em 0 0 0; }

FORM { padding: 0; margin: 0; }

TABLE { border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TH, TD { text-align: left; vertical-align: top; }

HR { color: #000; border-width: 1px 0 0 0; margin: 1em 0 0 0; height: 1px; overflow: hidden; clear: both; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

.middle { vertical-align: middle; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }
.nobg { background: 0 !important; }
.posrel { position: relative !important; }


.wdate { width: 56px; }
.w1p { width: 1%; }
.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w35p { width: 35%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w55p { width: 55%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100%; }

.clear { overflow: hidden; }
.clear01 { clear: both; }
* HTML .clear { overflow: visible; height: 1px; }

.req, .error, .red { color: #b10303; }

.f-left { float: left; }
.f-right { float: right; }

.mt1em { margin-top: 1em !important; }
.mb5 { margin-bottom: 5px !important; }

/* Mozilla form element styling recovery */
INPUT[type="checkbox"] { padding: 0; margin: 4px; -moz-appearance: checkbox; }
INPUT[type="radio"] { padding: 0; margin: 4px; -moz-appearance: radio; }
*:first-child+HTML INPUT[type="checkbox"] { margin: 0; }
*:first-child+HTML INPUT[type="radio"] { margin: 0; }
*:focus { outline: none; }
