HTML, BODY { margin: 0; padding: 0; background: #fff; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE { font: 11px/16px Tahoma, Arial, Helvetica, sans-serif; color: #666; }

H1, H2, H3, H4, H5, H6 {
	margin: 1em 0 0 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
}

H1 { margin: 0; padding: 15px 0 0 0; font-size: 22px; font-weight: normal; color: #cc0101; }
H2 { font-size: 16px; }
H3 { font-size: 13px; }
H4 { font-size: 11px; }
H5 { font-size: 11px; }
H6 { font-size: 11px; }

H2 + P,
H2 + UL,
H2 + OL,
H3 + P,
H3 + UL,
H3 + OL { margin-top: .75em; }

IMG { border: 0; }
A { color: #666; text-decoration: none; }
A:hover { text-decoration: underline; }

P { padding: 0; margin: 1em 0 0 0; }
UL, OL { margin: 1em 0 0 1em; padding: 0; }

KBD,
CODE,
SAMPLE { color: #008000; font-size: 12px; font-family: 'Courier New', Courier, monospace; }

FORM { width: 100%; padding: 0; margin: 0; }
INPUT, SELECT { line-height: normal; }

TABLE { border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TH, TD { text-align: left; vertical-align: top; }

BLOCKQUOTE { margin: 1em 0 0 0; padding: 0; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }

.middle { vertical-align: middle !important; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nomargintop { margin-top: 0 !important; }
.nowrap { white-space: nowrap !important; }
.hidden { display: none !important; }

.h50 { height: 50px; }
.h100 { height: 100px; }

.w1p { width: 1%; }
.w10p { width: 10% !important; }
.w15p { width: 15% !important; }
.w20p { width: 20% !important; }
.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

INPUT.datetime { width: 100px; }
INPUT.email { width: 200px; }

.w30 { width: 30px; }
.w60 { width: 60px; }
.w100 { width: 100px; }
.w125 { width: 125px; }
.w130 { width: 130px; }
.w135 { width: 135px; }
.w200 { width: 200px !important; }
.w300 { width: 300px !important; }
.w340 { width: 340px !important; }
.w350 { width: 350px !important; }
.w400 { width: 400px; }
.w450 { width: 450px; }

.img-right { float: right; margin: 1em 0 1em 1em; clear: both; }

.clear { overflow: hidden; }
* HTML .clear { overflow: visible; height: 1px; }
