html { height: 100%; color: #242627; font: normal 10pt Arial; line-height: 1.4em; background: #fff; }
body { height: 100%; }
p { font: normal 10pt Arial; }

html, body, table, tbody, thead, tr, td, th, div, p, a, img, ul, li, form, input, textarea, select {
	padding: 0; margin: 0; outline: none; line-height: inherit; _line-height: 1.4em;
}

input, textarea { padding: 0.2em; }

a { color: #0158a8; }
	a:hover { color: #cc4e4e; text-decoration: none; }
	a img { border: 0; }
	a.dashed { text-decoration: none; border-bottom: 1px dashed #0158a8; }
		a.dashed:hover { border-bottom: none; }

h1 { font: normal 18pt Arial; margin: 0 0 1em 0; color: #242627; }
h2 { font: normal 17pt Arial; margin: 0 0 0.5em; color: #242627; }
h3 { font: normal 16pt Arial; margin: 1.3em 0 0 0; padding: 0; line-height: 1.6em; color: #242627; }
h4 { font: bold 11pt Arial; margin: 1em 0 0.4em 0; color: #505152; }
h5 { font: normal 1.2em Arial; margin: 0.5em 0 0.4em 0; }
h6 { font: bold 1.0em Arial; margin: 0.9em 0 0 0; }

p { margin: 0.8em 0 0.9em 0; }

table { border: 0; border-collapse: collapse; }
	table th { padding: 0; vertical-align: top; text-align: center; }
	table td { padding: 0; vertical-align: top; text-align: left; }

ul, ol { margin: 0.2em 0 1.4em 0;  padding: 0 0 0 2em; }
	ul li, ol li { margin: 0.5em 0; padding: 0 0 0 15px; list-style-type: none; }

small, sup, sub { font-size: 0.8em; }

.no_display { display: none; }

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

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.top { vertical-align: top; }
.middle, table td.middle, table th.middle { vertical-align: middle; }
.bottom, table td.bottom, table th.bottom { vertical-align: bottom; }