/* GENERAL DEFINITIONS */


HTML {	
	}

BODY {	
	background-color: black; 
	margin-left: -10px; 
/*	margin-top: -10px; 
	padding-top: -10px;*/ 
	color: white;	
	}

H1,H2,H3,H4,H5,H6 {
	/* 	color: rgb(0,0,204); */
	color: white;
	}

H1,H2	{
	font-family: "BellGothic",Helvetica,sans-serif;
	}

H3	{
	font-family: "BellGothic",Helvetica,sans-serif;
	}

H4,H5,H6 {
	font-family: "BellGothic",Times,serif;
	}

H1	{
	font-size: 14pt;
	text-transform: uppercase;
	}

H2	{
	font-size: 14pt;
	}


H3	{
	font-size: 12pt;
	}

H4	{
	font-size: 12pt;
	}

H5	{
	font-size: 10pt;
	}

H6	{
	font-size: 10pt;
	}

H1,H3,H5 {font-weight: bold;}
H2,H4,H6 {font-weight: medium ! important;}

HTML,BODY,P,UL,OL,LI,B,EM,I,HR {
	font-size: 12pt;
	font-family: "Electra LH regular",Times,serif;
	color: white;
	}

HTML,BODY,P {
	margin-right: 50px;
	color: white;
	}

EM	{
	font-style: normal;
	font-weight: bold
	}

A:link	{color: #0000cc}
A:visited {color: white}

ADDRESS	{
	color: white;
	font-family: "Electra LH regular",Times,serif;
	font-size: 9pt;
	font-style: normal;}

TT {
	font-family: "Courier",monospace;
	color: white;
	}

TD	{
/*	vertical-align: bottom;*/
	color: white;
	}

TABLE	{
	  padding-left: 15px;
	color: white;
	}

TABLE.logo {
	  background: black;
	}

TD.logo	{
	color: white;
	/*	background: gray; */
	font-family: "Electra LH regular",Times,serif; 
	text-align: left;
	vertical-align: bottom;
	}

TH.logo	{	
	/* background: white; */
	font-family: "Electra LH regular",Times,serif; 
	text-align: right;
	vertical-align: bottom;
	}

TD.menu {
	color: red;
/*	font-family: "Electra LH regular",Times,serif; */
/*	font-family: BellGothic,Helvetica,sans-serif;*/
	font-family: "BellGothic",Times,serif;
	font-size: 12pt;
	line-height: 200%;
	vertical-align: top;
/*	background: rgb(0,0,204);*/
	background: gray;
	padding: 5px;
	}

TD.menu A EM {
	color: white;
	clear: both;
	line-height: 400%;
	text-transform: uppercase;
	}

TD.menu B EM {
	font-family: "BellGothic Black",Times,serif;
	color: white;
	clear: both;
	line-height: 400%;
	text-transform: uppercase;
	}

TD.menu B {
	font-family: "BellGothic Black",Times,serif;
	color: white;
	clear: both;
	text-transform: uppercase;}

TD.menu A {
	clear: both;
	text-transform: uppercase;
	font-weight: bold;}


TD.menu A:link {
	color: white;
	text-decoration: none;
	}

TD.menu A:visited {
	color: white;
	text-decoration: none;
	}


