HTML, BODY { padding: 0; margin: 0; background: #fff; line-height: 16px; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 12px; margin: 0; }

H1, H2, H3, H4, H5, H6 {
	margin: 1em 0 0 0;
	padding: 0;
	color: #2d9300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal !important;
}

H1 { font-size: 22px; font-weight: normal; margin: 0; }
H2 { font-size: 18px; font-weight: normal; }
H3 { font-size: 12px; font-weight: bold; }
H4 { font-size: 11px; font-weight: bold; }
H5 { font-size: 11px; font-weight: bold; }
H6 { font-size: 11px; }

IMG { border: 0; }

A { color: #2d9300; text-decoration: none; }
A:hover { text-decoration: underline; }

P { padding: 0; margin: 1em 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; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }
.middle,
.middle TD { vertical-align: middle; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.wrap, .wrap * { white-space: normal !important; }

.regular, .regular * { font-weight: normal !important; }
.regular B { font-weight: bold !important; }
.bold, .bold * { font-weight: bold !important; }
.italic { font-style: italic; }
.hidden { display: none; }
.underline { text-decoration: underline; }

.w1p { width: 1%; }
.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w33p { width: 33%; }
.w35p { width: 35%; }
.w40p { width: 40%; }
.w50p { width: 50% !important; }
.w60p { width: 60%; }
.w65p { width: 65%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100% !important; }
.wauto { width: auto !important; }
.hauto { height: auto !important; }

.clear { overflow: hidden; }
* HTML .clear { overflow: visible; height: 1px; }

UL { padding: 0; margin: 0; list-style: none; }

.f-right { float: right !important; }
.f-left { float: left !important; }

.pointer { cursor: pointer; }

.blue { color: #037; }
.red,
.red * { color: #ea3700 !important; }

.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt1em { margin-top: 1em !important; }

SELECT { padding: 1px; }
SELECT OPTGROUP { font-style: normal; font-weight: bold; background: #eee; }
SELECT OPTGROUP OPTION { background: #fff; }
SELECT OPTION { float: none !important; padding: 0 0.5em 2px 0; vertical-align: middle; }

/* 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: 0; }