/*
  first some general tag enhancements,
  so we don't have to set them each time
*/

TABLE   { 
          border: 0px;
          padding: 0px;
          margin: 0px;
        }
        
TD      { 
          border: 0px;
          padding: 0px;
          margin: 0px;
        }


A:link      {   text-decoration: underline; color: #003E91; }
A:active    {   text-decoration: underline; color: #003E91; }
A:visited   {   text-decoration: underline; color: #003E91; }
A:hover     {   text-decoration: underline; color: #D2061E; }

IMG     {  border: 0px; }        
        
BODY    { 
          background-color: #ffffff;
          background-image: url(../media/layout/background.gif);
          background-repeat: repeat;
          margin-top: 0;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 0;
        }
        
/*   
  some font-definitions
*/        
           
.header   
        {   
          font-family: arial, sans-serif;
          font-weight: bold; 
          font-size: 24px;
          line-height: 24px;
          color: #000000;
          text-align: left;
 }
    

.most_important  
        {   
          font-family: arial, sans-serif;
          font-weight: bold; 
          font-size: 11px;
          line-height: 16px;
          color: #000000;
        }

.important    
        {   
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 11px;
          line-height: 16px;
          color: #000000;
        }

.unimportant  
        {   
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          line-height: 14px;
          color: #000000;
        }
        
.alert_message
        {   
          font-family: arial, sans-serif;
          font-weight: bold; 
          font-size: 11px;
          line-height: 16px;
          color: #ff0000;
        }
        
.footer  
        { 
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          line-height: 14px;
          color: #ffffff;
        }
        

.content    
        { 
          padding-left:50px;
          padding-right:50px;
          padding-top:26px;
          text-align: justify;
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 11px;
          line-height: 16px;
          color: #000000;
        }

/*
  alternative links
*/

.navigation_true
        { 
          text-decoration: none; 
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          line-height: 9px;
          color: #000000;
          
        }
        

.navigation_true:active{ text-decoration: none; color: #000000 }
.navigation_true:link{ text-decoration: none; color: #000000 }
.navigation_true:visited{ text-decoration: none; color: #000000 }
.navigation_true:hover{ text-decoration: none; color: #000000 }
        
.navigation_false
        {   
          text-decoration: none; 
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          line-height: 9px;
          color: #ffffff;
        }
        
.navigation_false:active{ text-decoration: none; color: #ffffff }
.navigation_false:link{ text-decoration: none; color: #ffffff }
.navigation_false:visited{ text-decoration: none; color: #ffffff }
.navigation_false:hover{ text-decoration: none; color: #FFF211 }
        
        




/*
  tables
*/
.row_0  
        {   
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          line-height: 14px;
          color: #000000;
          background-color: #eeeeee;
          padding: 3px;
        }

.row_1  
        {   
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          line-height: 14px;
          color: #000000;
          background-color: #ffffff;
          padding: 3px;
        }

.chart  
        {   
          border: solid #dddddd 1px;
        }


.nav_nolink
        {   
          text-decoration: none; 
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          line-height: 11px;
          color: #ffffff;
        }
.nav_nolink_heavy
        {   
          text-decoration: none; 
          font-family: arial, sans-serif;
          font-weight: bold; 
          font-size: 11px;
          line-height: 12px;
          color: #ffffff;
        }

.content span.header{text-align:right;}    