HTML, BODY { padding: 0; margin: 0; background: #fff; line-height: 14px; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { font-family: Arial, Helvetica, sans-serif; color: #4c5f60; font-size: 11px; }

TEXTAREA { overflow: auto; }

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0 0 0;
	padding: 0;
	color: #e5272b;
	font-weight: normal;
	line-height: normal !important;
}

H1 { font-size: 24px; font-weight: normal; }
H2 { font-size: 18px; font-weight: bold; }
H3 { font-size: 14px; font-weight: bold; }
H4 { font-size: 12px; font-weight: bold; }
H5 { font-size: 10px; font-weight: bold; }
H6 { font-size: 9px; }

IMG { border: 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; }

A { color: #13a3a4; text-decoration: none; }
A:hover { color: #16777e; text-decoration: underline; }
A SPAN { cursor: pointer; }

P { padding: 0; margin: 1em 0 0 0; }
P.img-right { float: right; clear: both; margin: 1em 0 1em 1em; border: 3px solid #f5f5f5; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }
.justify { text-align: justify !important; }
.middle { vertical-align: middle; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }
.italic { font-style: italic; }
.bold { font-weight: bold; }

.wdate { width: 56px; }
.w100p { width: 100%; }

.clear { overflow: hidden; clear: both; }
* HTML .clear { overflow: visible; height: 1px; }

.req, .error, .red { color: #ff5a00; }
.ok, .green { color: #13a3a4; }

.content { line-height: 18px; }

.f-left { float: left; }
.f-right { float: right; }

.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }

.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.posrel { position: relative; }

/* Mozilla recovery */
*:focus { outline: none; }
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; }