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

H1, H2, H3, H4, H5, H6 {
	margin: 1em 0 0 0;
	padding: 0;
	color: #069;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
H3, H4, H5, H6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1 { margin: 0; font-size: 20px; }
H2 { font-size: 17px; }
H3 { font-size: 13px; font-weight: bold; }
H4 { font-size: 11px; font-weight: bold; }
H5 { font-size: 11px; font-weight: bold; color: #888b8e; }
H6 { font-size: 11px; }

H2 A { color: #006699; }

IMG { border: 0; }
A { text-decoration: none; color: #1997cb; }
A:hover { text-decoration: underline; color: #006699; }

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

FORM { padding: 0; margin: 0; }

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

BLOCKQUOTE { line-height: 16px !important; padding: 0; margin: 1em 0 0 0; }

.left { text-align: left !important; }
.right { text-align: right; }
.center { text-align: center; }

.middle { vertical-align: middle; }
.top { vertical-align: top; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }
.nofloat { float: none !important; }
.f-left { float: left !important; }
.f-right { float: right !important; }

.h100 { height: 100px !important; }
.h300 { height: 300px !important; }

.w1p { width: 1% !important; }
.w20p { width: 20% !important; }
.w25p { width: 20% !important; }
.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w75p { width: 70% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

.w35 { width: 35px; }
.w50 { width: 50px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w280 { width: 280px; }
.w320 { width: 320px; }
.w430 { width: 428px; }

SELECT.w50 { width: 56px; }
SELECT.w100 { width: 106px; }
SELECT.w120 { width: 126px; }
SELECT.w150 { width: 156px; }
SELECT.w200 { width: 206px; }
SELECT.w250 { width: 256px; }
SELECT.w280 { width: 286px; }
SELECT.w320 { width: 326px; }
SELECT.w430 { width: 434px; }

.date { width: 67px; }
.wauto { width: auto !important; }

.red { color: #ff2424; }
.green { color: #70ba19; }