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: #d81921;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
}

H1 { margin: 0 0 .25em 0; font-size: 20px; font-weight: normal; }
H2 { font-size: 16px; }
H3 { font-size: 13px; }
H4 { font-size: 12px; }
H5 { font-size: 12px; }
H6 { font-size: 12px; }

IMG { border: 0; }
A { color: #252525; border-bottom: 1px solid #ababab; text-decoration: none; }
A:hover { color: #d81921; border-color: #d81921; }

P { margin: 1em 0 0 0; padding: 0; }
UL, OL { margin: 1em 0; padding: 0 0 0 10px; }

FORM { width: 100%; margin: 0; padding: 0; }

TABLE { margin: 1em 0 0 0; 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; }

PRE { white-space: normal !important; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.middle { vertical-align: middle; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nomargintop { margin-top: 0 !important; }
.nowrap { white-space: nowrap; }
.nofloat { float: none !important; }
.hidden { display: none; }

.h100 { height: 100px; }

.w1p { width: 1%; }
.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; }

.wauto { width: auto !important; }

.w50 { width: 50px !important; }
.w100 { width: 100px !important; }

INPUT.date { width: 5.5em; }

/*
.clear { overflow: hidden; }
* HTML .clear { overflow: visible; height: 1px; }
*/

.clear { overflow: visible; }
*:first-child+html .clear { overflow: hidden; } /* IE7 */
* HTML .clear { overflow: visible; height: 1px; } /* IE 6 & older */
.clear:after { content: "."; display: block; height: 0; line-height: 0px; visibility: hidden; clear: both; } /* Moz */
