html { height: 100%; color: #a2a2a2; background: #0a0b0d; font: normal 10pt "Trebuchet MS"; line-height: 1.4em; }
body { height: 100%; }
p { font: normal 10pt "Trebuchet MS"; }

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: #0eff69; border-color: #0eff69; font: normal 10pt Arial; }
	a:hover { color: #fff600; border-color: #fff600; }
	a img { border: 0; }

h1 { font: normal 14pt "Trebuchet MS"; margin: 0 0 0 30px; color: #fff; }
h2 { font: normal 14pt "Trebuchet MS"; margin: 42px 0 0 30px; color: #fff; }
h3 { font: normal 16pt "Trebuchet MS"; margin: 1.3em 0 0 0; padding: 0; line-height: 1.6em; color: #fff; }
h4 { font: bold 11pt "Trebuchet MS"; margin: 1em 0 0.4em 0; color: #fff; }
h5 { font: normal 1.2em "Trebuchet MS"; margin: 0.5em 0 0.4em 0; color: #fff; }
h6 { font: bold 1.0em "Trebuchet MS"; margin: 0.9em 0 0 0; color: #fff; }

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 { margin: 0.5em 0; padding: 0 0 0 15px; list-style-type: none; }
	ol li { margin: 0.5em 0; padding: 0 0 0 15px; }

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; }