﻿html
{
	overflow-y: scroll;
}

body 
{
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	background-color: #000000;
}

body,table,th,td,span,img,iframe, p,div 
{ 
	padding:0px; 
	margin:0px; 
	border:0px none #ffffff; 
	vertical-align:top; 
	text-align:left; 
	color: #424242;
}

h1
{
	font-family: Arial;
	font-size: 14pt;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

h2
{
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 0;
}

h3
{
	font-size: .9em;
	font-style: italic;
	margin-top: .3em;
	margin-bottom: .3em;
}

h4
{
	font-size: .9em;
	font-style: italic;
}

table 
{
	border-spacing:0px; 
	border-collapse:collapse; 
}

p
{
	font-family: Arial, Verdana, sans serif;
	margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 8pt;
}

a
{
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

