HTML, BODY { padding: 0; margin: 0; background: #fff; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #3e3e3e; font-size: 13px; }

H1, H2, H3, H4, H5, H6 {
	margin: 1em 0 0 0;
	padding: 0;
	color: #555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

H1 { margin: 0; font-size: 24px; font-weight: normal; }
H2 { font-size: 18px; font-weight: normal; }
H3 { font-size: 14px; 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 { text-decoration: none; color: #25689e; }
A:hover { text-decoration: underline; color: #f26c26; }

P { padding: 0; margin: 1em 0 0 0; }

FORM { padding: 0; margin: 0; }

TABLE { border-collapse: collapse; border-spacing: 0; margin: 2px 0 0 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; }
.right { text-align: right; }
.center { text-align: center; }
.middle { vertical-align: middle; }

.f-left { float: left; }
.f-right { float: right; }

.req { color: #bc0613; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nomargintop { margin-top: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }

.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; }

.w50 { width: 50px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w280 { width: 280px; }
.w320 { width: 320px; }
.w430 { width: 428px; }

.date { width: 65px; }

.img-right { float: right; margin: 1em 0 10px 10px; clear: both; }
.img-left { float: left; margin: 1em 1em 1em 0; clear: both; }

.clear { overflow: hidden; }
* HTML .clear { overflow: visible; height: 1px; }

.content { line-height: 19px; }
.content A { color: #f26c26; text-decoration: underline; }
.content UL { padding: 0 0 0 20px; margin: 1em 0 0 0; list-style: none; }
.content UL UL { margin: 1em 0; }
.content UL UL UL { margin: 0.5em 0; }
.content UL LI { padding: 0 0 0 12px; background: url(dot08.gif) 0 8px no-repeat; }
.content UL UL LI { padding: 0 0 0 12px; background: url(dot09.gif) 0 8px no-repeat; font-size: 11px; }
.content UL UL UL LI { padding: 0 0 0 12px; background: url(dot10.gif) 0 8px no-repeat; font-size: 10px; }
.content TABLE { width: 100%; border: 0px solid #ededed; }
.content TABLE TH { padding: 2px 5px; border: 0px solid #eee; background: #f3f5f6; }
.content TABLE TD { padding: 2px 5px; border: 0px solid #eee; }
.content TABLE TR.even TD { background: #fafafa; }

.front-content { line-height: 19px; }
.front-content A { color: #f26c26; }