html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;  
}


a:active, a:focus {
  outline:none;
}

.header_table {
    margin-left: auto;
    margin-right: auto;
    font-family: Arial;
}

.header_table td {
    font-family: Arial;
    font-size: 12pt;
}

.header_table a {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #000099;
}

.header_table a:hover {
    color: #ff0000;
}

.links_table a {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #ffffff;
}

.links_table a:hover {
    color: #ff0000;
}

.main_table td {                                                                                                  
    font-family: Arial;                                                                                    
    font-size: 10pt;                                                                            
    color: #444444;                                                                                               
}                                                                                                                 
                                                                                                                  
.main_table th {                                                                                                  
    font-family: Arial;                                                                                    
    font-size: 10pt;                                                                            
}                                                                                                                 
                                                                                                                  
.main_table {                                                                                                     
    margin-left: auto;                                                                                            
    margin-right: auto;                                                                                           
    font-family: Arial;                                                                                    
}                                                                                                                 
                                                                                                                  
.main_table a {                                                                                                   
    font-family: Arial;                                                                                    
    font-size: 10pt;                                                                            
    text-decoration: underline;                                                                                   
    color: #000099;                                                                                               
}                                                                                                                 
                                                                                                                  
.main_table a:hover {                                                                                             
    color: #ff0000;                                                                                               
}                                                                                                                 
                                                                                                                  
.footer td {                                                                                                      
    font-family: Arial;                                                                                    
    font-size: 9pt;                                                                            
}                                                                                                                 
                                                                                                                  
.product_menu {                                                                                                   
    position: absolute;                                                                                           
    left: 20%;                                                                                                    
    z-index: 10;                                                                                                  
}                                                                                                                 
                                                                                                                  
.product_menu_inner1 {                                                                                            
    border: 1px solid #000099;                                                                                    
}                            

.product_menu_inner a {
    border: 0px none #000099;
    font-family: Arial;                                                                                    
    font-size: 9pt;                                                                                
    text-decoration: none;                                                                                        
    color: #000099;                                                                                               
}                                                                                                                 
                                                                                                                  
.product_menu_inner a:hover {                                                                                     
    color: #ff0000;                                                                                               
}                                                                                                                 
                                                                                                                  
.prod_table {                                                                                                     
    margin-left: auto;                                                                                            
    margin-right: auto;                                                                                           
    font-family: Arial;                                                                                    
    font-size: 8pt;                                                                                               
}                                                                                                                 
                                                                                                                  
.prod_table input {                                                                                               
    font-family: Arial;                                                                                    
    font-size: 8pt;                                                                                               
}                                                                                                                 
                                                                                                                  
.prod_table textarea {                                                                                            
    font-family: Arial;                                                                                    
    font-size: 8pt;                                                                                               
}                                                                                                                 
                                                                                                                  
.prod_table select {                                                                                              
    font-family: Arial;                                                                                    
    font-size: 8pt;                                                                                               
}                                                                                                                 
                                                                                                                  
.prod_table a {                                                                                                   
    font-family: Arial;                                                                                    
    font-size: 8pt;                                                                                               
    color: #000099;                                                                                               
    text-decoration: none;                                                                                        
}                                                                                                                 
                                                                                                                  
.prod_table a:hover {                                                                                             
    color: #ff0000;                                                                                               
}                                                                                                                 
                                                                                                                  
.order_table, .order_table td {
    margin-left: auto;                                                                                            
    margin-right: auto;                                                                                           
    font-family: Arial;                                                                                    
    font-size: 8pt;                                                                                               
}

.dragme {                                                                                                         
   cursor: move;                                                                                                  
}                                                                                                                 
                                                                                                                  
.popup_table {                                                                                                    
   color: #ffffff;                                                                                                
   font-family: Arial;                                                                                     
   font-size: 12px;                                                                                               
}                                                                                                                 
                                                                                                                  
.popup_table a {                                                                                                  
   text-decoration: none;                                                                                         
   font-family: Arial;                                                                                     
   font-size: 13px;                                                                                               
   color: #0954ae;                                                                                                
}                                                                                                                 
                                                                                                                  
.popup_table a:hover {                                                                                            
   color: #ff0928                                                                                                 
}                                                                                                                 
                                                                                                                  
.progresscontainer {                                                                                              
        width: 100px;                                                                                             
        height: 3px;                                                                                              
        background-color: #aaaaaa;                                                                                
}                                                                                                                 
                                                                                                                  
.progressbar {                                                                                                    
        width: 0px;                                                                                               
        height: 3px;                                                                                              
        background-color: black;                                                                                  
}          

.tooltip {                                                                                                        
        cursor: help;                                                                                             
        text-decoration: none;                                                                                    
        border-bottom: 1px dashed #444444;                                                                        
}                                                                                                                 
                                                                                                                  
.linktext {                                                                                                       
        text-decoration: underline;                                                                               
        color: #000099;                                                                                           
        cursor: pointer;                                                                                          
}                                                                                                                 
                                                                                                                  
.button_text {                                                                                                    
   color: #3566c4;                                                                                                
   text-align: right;                                                                                             
   border: none;                                                                                                  
   cursor: pointer;                                                                                               
   background: none;                                                                                              
   font-size: 8pt;                                                                                                
}                                                                                                                 
                                                                                                                  
.button_text:hover {                                                                                              
   color: #0000ff;                                                                                                
}              

.profile_line {
    cursor: pointer;
}

.profile_line:hover {
   background-color: #f0f0ff;
}

.profile_header {
    cursor: pointer;
    text-decoration: underline;
}

.profile_header:hover {
    color: #ff0000;
}

.news_header {
    font-size: 12px;
    font-weight: bold;
}

.news_header a {
    text-decoration: none;
}

.news_more {
    font-size: 10px;
}

.news_more a {
    color: #000099;
}
