*{
    font-family:Arial;
    font-size:14px;  
    line-height:18px;
    color:white;
}
form{
    margin:0px;
    padding:0px;
}
html {
     overflow: -moz-scrollbars-vertical;  
    width:100%; 
}
a{
    color:FF2266; 
}
a img{
 border:0px;
}

body{
    margin:0px;
    padding:0px; 
    width:100%;    
    background-color:000000;
    background-image:url(/images/bg.png);
    background-position:top left; 
    background-repeat:no-repeat;
    background-attachment:fixed  
}
.container{
    width:800px;

    margin:0px auto auto auto;
}
.menu{
    clear:both;  
    height:20px;
    padding-bottom:10px;
    border-bottom:1px solid white;
    margin-bottom:10px;
}
.menu ul li{
    list-style:none;
    float:left;
    width:auto;
}
.menu ul li a{
    display:block; 
    float:left;
    color:white; 
    height:30px;              
    text-decoration:none;
    font-weight:bold;
    padding:0px 10px 0px 10px;    
}
input.radio{
    width:20px;
    border:0px;
}
input.checkbox{
    width:20px;
    border:0px;
}

.content{
  clear:both;
}
  h1 { color:FF2266; font-size:18pt; font-family:Georgia; } 
  .blacktext10 { color:444444; font-size:10pt; font-family:Georgia; } 
  .blacktext12 { color:444444; font-size:10pt; font-family:Georgia; } 
  .lightbluetext8 { color:555555; font-size:8pt; font-family:Georgia; }
   .orangetext15 { color:777777; font-size:8pt; font-family:Helvetica; }
    .redtext { color:FF2266; font-size:10pt; font-family:Georgia; }
     .redbtext { color:777777; font-size:8pt; font-family:Helvetica; }
      .text { color:666666; font-size:10pt; font-family:Georgia; } 
      .whitetext12 { color:444444; font-size:10pt; font-family:Georgia; } 
      a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited,
       a.searchlinksmall:link { color:FF2266; font-size:8pt; font-family:Helvetica; }
        a:hover, a.searchlinksmall:hover { color:777777; font-size:8pt; font-family:Helvetica; }
         a.navbar:active, a.navbar:visited, a.navbar:link { color:FF2266; font-size:8pt; font-family:Helvetica; } 
         a.navbar:hover { color:777777; font-size:8pt; font-family:Helvetica; } 
         a.redlink:active, a.redlink:visited, a.redlink:link { color:FF2266; font-size:8pt; font-family:Helvetica; } 
         a.redlink:hover { color:888888; font-size:8pt; font-family:Helvetica; } 
         .nametext { color:FF2266; font-size:12pt; font-family:Georgia; }
          
