DIV.main

{ width: 900px;
position: relative;
top: 0px;
text-align: center;
background-color: #ffffff;
padding: 20px; }


DIV.header

{ width: 900px;
position: inherit;
margin-left: 120px;
margin-right: 120px;
top: 0px;
text-align: center;
background-color: #ffffff;}

a { text-decoration: none; color: #000000; }

a:hover { text-decoration: underline; }

a:visited { color: #0a0a0a; }

.HeaderStyle
{  font-family: Lucida Grande, Arial, Helvetica, sans serif;
 font-size: 25px;
 font-weight: bold;
 color: #000;
 font-weight: 200; }

.SubHeaderStyle
{ font-family: Lucida Grande, Arial, Helvetica, sans serif;
 font-size: 15px;
 font-weight: bold;
 color: #000; }

.TextStyle
{ font-family: Lucida Grande, Arial, Helvetica, sans serif;
 font-size: 14px;
 color: #000; }

.SubTextStyle
{ font-family: Lucida Grande, Arial, Helvetica, sans serif;
 font-size: 10px;
 color: #000; }

.FooterStyle
{ font-family: Arial, Helvetica, sans serif;
 font-size: 11px;
 color: #000; }

.TitleStyle
{ font-family: Geneva, Arial, Helvetica, sans serif;
 font-size: 25px;
 color: #FFF;
 position: relative;
 top: 18px;
 left: 20px;
 letter-spacing: 2px; }

html, body
{ padding: 0px;
margin: 0px;
background-color: #000000;}