html, body, div, p, table, pre, td, tr, th, ol, li, h1, h2, h3, h4, h5, h6, form, input, fieldset, img, blockquote, iframe, textarea { 

margin: 0; 

padding: 0; 

border: 0; 

font-size: 12px;

font-family: Verdana; 
} 

.cursor_hand {
    cursor: pointer; cursor: hand;
}

TD {
    vertical-align: top;
}

body {
    
    background-color: #214d68;
    font-size: 12px;
    text-align: center; 
}
div{
    scrollbar-dark-shadow-color:#94b3c7; 
    scrollbar-light-shadow-color:#94b3c7; 
    scrollbar-base-color:#94b3c7; 
    scrollbar-arrow-color:#94b3c7; 
    scrollbar-face-color:#dce6e8; 
    scrollbar-shadow-color:#94b3c7; 
    scrollbar-3d-light-color:#94b3c7;
    scroll:no;
    color: #ffffff; 
}
.main_text{
    color: #ffffff;
    font-size: 12px;
    text-align: justify; 
    margin-bottom :0;
    margin-left :10; 
    margin-right :10;
}

.main_text_black{
    color: #000000;
    font-size: 10px;
}

.main_text2{
    color: #ffffff;
    font-size: 12px;
    margin-bottom :0;
    margin-top :0;
    margin-left :10; 
    margin-right :10;
    text-align: justify; 
}


.main_text3{
    color: #ffffff;
    font-size: 12px;
    text-align:center;
    margin-bottom :0;
    margin-top :0;
    margin-left :10; 
    margin-right :10;
}

.main_text32{
    color: #ffffff;
    font-size: 12px;
    text-align:center;
    margin-bottom :0;
    margin-top :0;
    margin-left :0; 
    margin-right :0;
}

.main_text_small{
    color: #ffffff;
    font-size: 10px;
    text-align:left;
    margin-bottom :0;
    margin-left :10; 
    margin-right :10;
        
   
}
ul {
    type: square;
}
.top_menu{
    color: #ffffff;
    font-size: 16px;
   
    font-weight: bold;   
}

A.top_menu{
    color: #ffffff;
    font-size: 16px;
    
    font-weight: bold;   
    text-decoration: none;
}
A.top_menu_y{
    color: #dbdd0b;
    font-size: 16px;
   
    font-weight: bold;   
}

A{
    color: #dbdd0b;
    font-size: 12px;
    font-weight: bold;   
}

P {
    text-indent: 25px;
}
IMG {
    border: 0;
    margin-top :0;
    filter: alpha(opacity=100);
    opacity:1.00;
}
.message{
position: absolute;
top: 155px;
left: 160px;
width: 1px;
height: 460;
border: 1px solid #CfCfCf;
z-index: 10;
background-color: #062032;
font-size: x-small;
padding: 0;
filter: alpha(opacity=95);
opacity:0.95;
visibility: hidden; 
}

.reg_form{
visibility: hidden; 
position: absolute; 
border: 1px solid #CfCfCf;
background-color: #062032;
padding: 0;

}

.tmp{
position: absolute;
top: 0px;
left: 0px;
width: 800px;
height: 460;
z-index: 10;
background-color: #062032;   
font-size: 1pt;
padding: 0;
visibility: hidden;
}

.no_alpha {
filter: alpha(opacity=100);
opacity:1.00;
}

.div div1{
      width:100%;overflow:hidden;white-space:nowrap;
      border:1px solid red;
}
.div div2 {float:left;}
