body {
text-align: left;
background: #000000 url(background.jpg) no-repeat;
background-attachment: fixed;
background-position: top;
}

h1 { 
  font-size: 18pt; 
  color:#ffffff;
  font-weight: bold;
}

h2 { 
  font-size: 14pt; 
  color:#ffffff;
  font-weight: bold;
}

h3 { 
  font-size: 11pt; 
  color:#CC99FF;
  font-weight: bold;
  margin-bottom : 2px;
}

h4 { 
  font-size: 11pt; 
  color:#C2E1FF;
  font-style: italic;
}

p {
font-family: Tahoma, Verdana, Arial;
color: #000000;
font-size: 11pt;
margin: 0;
margin-bottom : 20px;
color: #FFFFFF
}


ul {
font-family: Arial, Tahoma, Verdana;

}

li {
font-family: Arial, Tahoma, Verdana;
font-size: 11pt;
color: #ffffff;

}

.materiallist {
font-family: Tahoma, Verdana, Arial;
font-size: 11pt;
line-height: 200%;
margin-left: 120;
}

.quotelist {
font-family: Tahoma, Verdana, Arial;

font-size: 10pt;
line-height: 200%;
margin-left: 200px;
}


.content{
width: 900px;
align:center;
margin:0 auto;
text-align: left;
}



/*
  Base Font
*/

* {
  font-family: arial;
/*  font-size: 10pt; */
}
 
/*
  Links
  a - all links
*/

/* dont think this is used*/
 a.menu1Link {
   font-weight : bold;
   font-family: arial;
   font-size: 9pt;
   color : #ffffff;
   text-decoration: none;
   text-align:left;
   padding-left : 15px;
   padding-right : 15px;
   padding-top : 7px;
   padding-bottom : 7px;

 }

 /* dont think this is used*/
 a.menu1Link:hover {
   font-weight : bold;
   font-family: arial;
   font-size: 9pt;
   color : #ffffff;
   background-color: #1EABD9;
   text-decoration: none;
   text-align:left;
   padding-left : 15px;
   padding-right : 15px;
   padding-top : 7px;
   padding-bottom : 7px;
 }
 
 
 
 
.f_1{
  font-size:11pt;
  color:#1EABD9;
  font-weight:bold;
}

.f_2{
  font-size:15pt;
  color:#1EABD9;
  font-weight:bold;
  text-decoration: none;
}

.f_3{
  font-size:11pt;
  color:#ffffff;
  font-weight:normal;
}
.f_4{
  font-size:20pt;
  color:#446D8C;
  font-weight:bold;
}
.f_5{
  font-size:10pt;
  color:#476B8B;
  font-weight:bold;
  text-decoration: none;
}

a.content:link { COLOR: #1EABD9; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }
a.content:visited { COLOR: #1EABD9; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }
a.content:active { COLOR: #1EABD9; TEXT-DECORATION: none; font-family: Arial; font-size: 10pt }
a.content:hover { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }

a.banner:link { COLOR: #1EABD9; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 12pt }
a.banner:visited { COLOR: #1EABD9; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 12pt }
a.banner:active { COLOR: #1EABD9; TEXT-DECORATION: none; font-family: Arial; font-size: 12pt }
a.banner:hover { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 12pt }

a.footer:link { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: normal; font-family: Arial; font-size: 8pt }
a.footer:visited { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: normal; font-family: Arial; font-size: 8pt }
a.footer:active { COLOR: #ffffff; TEXT-DECORATION: none; font-family: Arial; font-size: 8pt }
a.footer:hover { COLOR: #1EABD9; TEXT-DECORATION: none; font-weight: normal; font-family: Arial; font-size: 8pt }

a.comingsoon:link { COLOR: #ED04DE; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 11pt }
a.comingsoon:visited { COLOR: #ED04DE; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 11pt }
a.comingsoon:active { COLOR: #ED04DE; TEXT-DECORATION: none; font-family: Arial; font-size: 11pt }
a.comingsoon:hover { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 11pt }




/*
  Highlights to text
*/


p.hilite{ 
  color:#96F; 
  letter-spacing: -4px;
}

/*
  Paragraphs and Other Text
*/




hr { border: 0; color: #CC99FF;
background-color: #CC99FF;
height: 1px;
width: 100%;
}


/* midfloatbox DIV box*/ 
#midfloatbox{
 text-align: left;
 width: 500px;
 padding: 10px;
 background-color: #333333;
}
