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

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

H1 { font-size: 26px; font-weight: normal; margin: 0; }
H2 { font-size: 13px; font-weight: bold; }
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: #ff7728; 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; }
.right { text-align: right; }
.center { text-align: center; }

.middle { vertical-align: middle; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }

.w100p { width: 100%; }

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

.req { color: #f00; }

P.img-right { float: right; clear: both; margin: 1em 0 0 1em; border: 1px solid #d5d7ce; padding: 4px; }

.content { line-height: 19px; }
.content A { text-decoration: underline; }
.content TABLE { width: 100%; }
.content TABLE TH { padding: 4px 7px; border: 1px solid #d4d4d4; background: #ececec; font-weight: bold; line-height: normal; }
.content TABLE TD { padding: 4px 7px; border: 1px solid #d4d4d4; background: #fff; line-height: normal; }
.content TABLE TR.even TD { background: #fafafa; }

TABLE.form { line-height: normal !important; border: none !important; }
TABLE.form TD { border-width: 1px 0 !important; border-color: #fff !important; background: #f0f0f0 !important; }
TABLE.form TD.name { width: 30%; padding: 5px 10px 5px 10px !important; text-align: right; }
TABLE.form TD.text { width: 70%; padding: 5px 0 5px 0 !important; }
TABLE.form TD.name-inpt { width: 30%; padding: 2px 10px 2px 0 !important; text-align: right; }
TABLE.form TD.inpt { width: 70%; padding: 2px 0 2px 0 !important; }
TABLE.form TD.data { width: 70%; padding: 5px 0 5px 0 !important; }
TABLE.form TD.tbl { width: 70%; padding: 5px 0 5px 0 !important; }
TABLE.form INPUT,
TABLE.form SELECT { vertical-align: middle; }
TABLE.form TR.subheading TD { font-weight: bold; padding: 25px 10px 5px 0 !important; background: #fff !important; }
TABLE.form .submit { margin-right: 2px; border: 1px solid; border-color: #cbcbcb #939393 #939393 #cbcbcb; background: #ebebeb; color: #626262; font-size: 10px; overflow: visible; padding: 0 10px; cursor: pointer; }
TABLE.form .disabled { background: #ebebeb; color: #868686; }
TABLE.form .max { width: 250px; }
TABLE.form .norm { width: 175px; }
TABLE.form .small { width: 100px; }
TABLE.form .min { width: 30px; }
TABLE.form INPUT.date { width: 70px; }
TABLE.form .time { width: 55px; }
TABLE.form TABLE { margin: 0; }
TABLE.form TABLE TD { border: 1px solid #528600 !important; background: #fff !important; }
TABLE.form TABLE TD.inpt { width: auto; padding: 0 !important; }
