 body{                                                  
   background: #000044;                      
   color: white;                         
   font-family: sans-serif;                  
   font-weight: 300;                  
   font-size: 10pt;                      
 }                                                      
/* MENU TABS - Active */                                
td.tab_active{                                          
		border: 1px solid #cccccc;  
		border-bottom-width: 0;                          
		margin: 0;                                       
       background: #7799ee;            
       font-size: 10pt;            
       font-family: sans-serif;        
       font-weight: 800;        
       text-align: center;                              
    }                                                   
a.tab_active{                                           
        color: #333333;              
    }                                                   
a.tab_active:link{                                      
        color: #333333;              
    }                                                   
a.tab_active:visited{                                   
        color: #333333;              
    }                                                   
a.tab_active:active{                                    
        color: #333333;              
    }                                                   
a.tab_active:hover{                                     
        display : block;                                
        color: #333333;              
        background: #7799ee;     
    }                                                   
/* MENU TABS - Inactive */                              
a.tab_inactive:link{                                    
        color: #333333;            
    }                                                   
a.tab_inactive:visited{                                 
        color: #333333;            
    }                                                   
a.tab_inactive:active{                                  
        color: #333333;            
    }                                                   
a.tab_inactive:hover{                                   
        display : block;                                
        color: #333333;            
        background: #7799ee;   
    }                                                   
td.tab_inactive{                                        
		border: 1px solid #cccccc;
		margin: 0;                                       
       background: #6677ee;          
       font-size: 10pt;          
       font-family: sans-serif;      
       font-weight: 800;      
       text-align: center;                              
    }                                                   
/* Body Tab Settings */                                 
td.tab_outer{                                           
      background: #7799ee;            
	    border: 1px solid #cccccc;  
	    border-top-width: 0;                            
	    margin: 2px;                                    
    }                                                  
td.tab{                                                
      color: #333333;               
      border: 0px;                                     
	    margin: 3px;                                    
      background: #7799ee;            
      font-size: 10pt;            
      font-family: sans-serif;        
      font-weight: 800;        
      text-align: center;                              
    }                                                  
/* Head Logo Area */                                   
td.head_logo{                                          
      color: white;                     
      font-size: 8pt;                  
      font-family: sans-serif;              
      font-weight: 400;              
      text-align: center;                              
		border: 0px solid #cccccc;  
		border-bottom-width: 1px;  
    }                                                   
/* Head Info Area */                                    
td.head_info{                                           
       color: white;                     
       font-size: 8pt;                  
       font-family: sans-serif;              
       font-weight: 400;              
       text-align: center;                              
	     border: 0px solid #cccccc;  
		 border-bottom-width: 1px;  
    }                                                   
/* Head Login Area */                                   
td.head_login{                                          
       color: white;                     
       font-size: 8pt;                  
       font-family: sans-serif;              
       font-weight: 400;              
	     border: 0px solid #cccccc;  
       text-align: center;                              
    }                                                   
/* Footer Info Area */                                  
td.foot{                                                
       color: white;                     
       font-size: 8pt;                  
       font-family: sans-serif;              
       font-weight: 400;              
       text-align: center;                              
		border-style: solid;                             
       border-color: #cccccc;      
		border-width: 0px;                
    }                                                   
/* Titles on tabs */                                    
.tab_title{                                             
      color: white;                      
      font-size: 11pt;              
      font-family: sans-serif;          
      font-weight: 900;          
      text-align: center;                               
    }                                                   
/* Text on tabs */                                      
.tab_text{                                              
      color: #222255;                       
      font-size: 10pt;               
      font-family: sans-serif;           
      font-weight: 600;           
      text-align: center;                               
    }                                                   
/* Comment Text */                                      
.comment{                                               
      color: #2233aa;                        
      font-size: 10pt;                
      font-family: sans-serif;            
      font-weight: 500;            
      text-align: left;                                 
      font-style: italic;                               
    }                                                   
/* Help Text */                                         
.help{                                                  
      color: #2233aa;                        
      background: #7799ee;             
      position:absolute;                                
      font-size: 10pt;                                  
      font-family: Arial;                               
      text-align: left;                                 
      border: solid;                                    
      border-color: #3377ee;                      
      border-width: 3px;                  
    }                                                   
/* Error Text */                                        
.error{                                                 
      color: black;                                     
      background: red;                                  
      font-size: 10pt;                                  
      font-weight: 100;                                 
      font-family: Arial;                               
      text-align: left;                                 
      border:1px solid gray;                            
    }                                                   
/* Warning Text */                                      
.warning{                                               
      color: black;                                     
      background: yellow;                               
      font-size: 10pt;                                  
      font-weight: 100;                                 
      font-family: Arial;                               
      text-align: left;                                 
      border:1px solid gray;                            
    }                                                   
/* Debug Text */                                        
.debug{                                                 
      color: black;                                     
      background: #22aa22;                              
      font-size: 10pt;                                  
      font-weight: 100;                                 
      font-family: Arial;                               
      text-align: left;                                 
      border:1px solid gray;                            
    }                                                   
/* News Text */                                        
.news{                                                 
   color: #333333;                
   font-family: sans-serif;                 
   font-weight: 300;                 
   font-size: 10pt;                     
   background: #7799ee;       
   text-align: left;                                   
   border:2px solid #000044;                
   width: 90%;                                         
	margin: 15px;                                       
   padding: 5px;                                       
   margin-left: auto;                                  
   margin-right: auto;                                 
}                                                      
.news-title{                                           
   text-align: left;                                   
   font-weight: 800;                                   
	text-decoration: underline;                         
   border:0px;                                         
   width: 100%;                                        
}                                                      
 /* Default TD style */                                 
td{                                                     
  vertical-align: top;                                  
 }                                                      
/* Default image style */                               
img{                                                    
	border: none;                                        
 }                                                      
/* Default HR/Line style */                             
hr{                                                     
    color: #3377ee;                               
    background-color: #3377ee;                    
    height: 3px;                          
 }                                                      
/* Default VR style */                                  
.vr{                                                    
    color: #3377ee;                               
    background-color: #3377ee;                    
    width: 3px;                           
 }                                                      
/* Default Link/Anchor style */                         
a{                                                      
    color: black;                             
 }                                                      
a.rm_tag{                                               
    color: #cc1111;                            
    font-size: smaller;                                 
    vertical-align: top;                                
 }                                                      
/* Default Form Styles */                               
input{                                                  
   color: #333333;                   
   background: #aaccff;                 
   border: 1px solid #3377ee;                     
   font-size: 10pt;                  
   font-family: monospace;              
   font-weight: 600;              
   text-align: center;                                  
 }                                                      
select{                                                 
   color: #333333;                   
   background: #aaccff;                      
   border: 1px solid #3377ee;                     
   font-size: 10pt;                  
   font-family: monospace;              
   font-weight: 600;              
 }                                                      
button{                                                 
   color: #333333;                
   background: #aaccff;                    
   border: 1px solid #3377ee;                    
   font-family: monospace;                
   font-size: 10pt;                
   font-weight: 600;            
 }                                                       
textarea{                                                
   color: #333333;                
   background: #66bbff;                    
   border: 1px solid #3377ee;                    
   font-family: monospace;                
   font-size: 10pt;                
   font-weight: 600;            
   width:100%;                                           
   height:90px;                                         
 }                                                       
.textinput{                                               
   background: #66bbff;                
 }                                                       


