BODY, HTML { padding: 0; margin: 0; background: #fff; }
BODY, INPUT, SELECT, BUTTON, TEXTAREA, TH, TD, BLOCKQUOTE { font-size: 13px; line-height: 21px; font-family: Arial, Helvetica, sans-serif; color: #13223b; margin: 0; }
INPUT, SELECT, BUTTON, TEXTAREA { font-size: 12px; color: #000; line-height: normal;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
::-webkit-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; }
:-o-placeholder { color: #000; }
:-ms-placeholder { color: #000; }

A { text-decoration: none; color: #3387c4; }
A:hover { text-decoration: underline; }

H1, H2, H3, H4, H5, H6 { margin: 1em 0 0 0; padding: 0; font-family: 'kaffeesatz-n4', 'kaffeesatz', Arial, Helvetica, sans-serif; font-weight: normal; color: #999; line-height: normal; }
H1 { font-size: 33px; font-family: 'cubano-n4', 'cubano', Arial, Helvetica, sans-serif; color: #f26d44; }
H1 A { color: #f26d44; }
H2 { font-size: 23px; font-family: 'cubano-n4', 'cubano', Arial, Helvetica, sans-serif; margin-top: 40px; }
H3 { font-size: 22px; }

FORM { padding: 0; margin: 0; display: inline; }

P { padding: 0; margin: 1em 0 0 0; }

TABLE { width: 100%; border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TABLE TH { padding: 0; margin: 0; text-align: left; vertical-align: top; }
TABLE TD { padding: 0; margin: 0; text-align: left; vertical-align: top; }

IMG { border: 0; }

.clear:before, .clear:after { content: " "; display: table; }
.clear:after { clear: both; }
.clear { zoom: 1; }

.req { color: #f26a40; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.justify { text-align: justify !important; }
.right { text-align: right; }
.nowrap { white-space: nowrap; }
.posrel { position: relative; }

.w33p { width: 33%; }
.w50p { width: 50%; }
.w100p { width: 100%; }
.w100 { width: 100px; }
.w125 { width: 125px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w240 { width: 240px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w500 { width: 500px; }
.wdate { width: 120px; padding-right: 40px; }
.ui-datepicker-trigger { margin: 17px 0 0 -28px; position: absolute; cursor: pointer; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.content { line-height: 20px; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.middle, .middle IMG { vertical-align: middle; }
.hidden { display: none; }
.underline { text-decoration: underline; }

.f-left { float: left !important; }
.f-right { float: right !important; }

.mt1em { margin-top: 1em !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr40 { margin-right: 40px !important; }
.ml20 { margin-left: 20px !important; }

.img-right { float: right; margin: 1em 0 0 1em; }

.fs11 { font-size: 11px; line-height: 15px; }
.fs12 { font-size: 12px; line-height: 17px; }
.fs13 { font-size: 13px; line-height: 19px; }
.fs14 { font-size: 14px; line-height: 21px; }
.fs15 { font-size: 15px; line-height: 23px; }
.fs18 { font-size: 18px; line-height: 25px; }
.fs20 { font-size: 20px; line-height: 27px; }
.fs22 { font-size: 22px; line-height: 26px; }
.fs26 { font-size: 26px; line-height: 29px; }
.fs28 { font-size: 28px; line-height: 31px; }

/* Mozilla recovery */

*:focus { outline: none; }

SELECT { border: 1px solid #d9d9d9; padding: 9px; margin: 0; background: #fff url(arrow03.png) 100% 50% no-repeat;
	-webkit-appearance: none;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.05); -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.05);
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
TEXTAREA,
INPUT[type="file"],
INPUT[type="text"],
INPUT[type="password"],
INPUT[type="search"] { border: 1px solid #d9d9d9; padding: 10px; margin: 0;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.05); -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.05);
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
INPUT[type="file"].input-validation-error,
INPUT[type="text"].input-validation-error,
INPUT[type="password"].input-validation-error,
INPUT[type="search"].input-validation-error { border-color: #eb5c5c;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.05), 0 0 5px #eb5c5c;
	-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.05), 0 0 5px #eb5c5c;
	-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.05), 0 0 5px #eb5c5c;
}
SELECT:focus,
TEXTAREA:focus,
INPUT[type="file"]:focus,
INPUT[type="text"]:focus,
INPUT[type="password"]:focus,
INPUT[type="search"]:focus { border-color: #97cbee !important;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.05), 0 0 5px #97cbee;
	-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.05), 0 0 5px #97cbee;
	-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.05), 0 0 5px #97cbee;
}

INPUT[type="checkbox"] { padding: 0; margin: 4px; -moz-appearance: checkbox; }
INPUT[type="radio"] { padding: 0; margin: 4px; -moz-appearance: radio; }
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { padding: 0 !important; border: 0 !important; }

