/* CSS Document */
html {height: 100%;}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 100%;
}
html > body {
	min-height: 100%;
	height: auto;
}

strong { color: #990000; }

a { color: #990000; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5 { margin: 0px 0px; }
h1 { font-size: 11pt; color: #990000; }
h2 { font-size: 10pt; }
h3 { font-size: 9pt; }