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

H1, H2, H3, H4, H5, H6 {
	margin: 1em 0 0 0;
	padding: 0;
	color: #2e5275;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
}
H1 { margin: 0; font-size: 15pt; line-height: normal; }
H2 { font-size: 14pt; font-weight: normal; }
H3 { font-size: 12pt; font-weight: bold; }
H4 { font-size: 10pt; font-weight: bold; }
H5 { font-size: 10pt; font-weight: bold; }
H6 { font-size: 10pt; }

IMG { border: 0; }
A { text-decoration: none; color: #2e5275; }
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; }

BLOCKQUOTE { line-height: 12pt !important; padding: 0; margin: 1em 0 0 0; }

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

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

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}

