/*
  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: none; color: #5583B5; }
A:active    {   text-decoration: none; color: #5583B5; }
A:visited   {   text-decoration: none; color: #5583B5; }
A:hover     {   text-decoration: underline; color: #5583B5; }

IMG     {  border: 0px; }        
        
BODY    { 
          background-color: #ffffff;
          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: 15px;
          word-spacing: 4px;
          line-height: 20px;
          color: #336600;
        }

.most_important  
        {   
          font-family: arial, sans-serif;
          font-weight: bold; 
          font-size: 12px;
          word-spacing: 0px;
          line-height: 20px;
          color: #000000;
        }

.important    
        {   
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 12px;
          word-spacing: 0px;
          line-height: 20px;
          color: #000000;
        }

.unimportant  
        {   
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          word-spacing: 0px;
          line-height: 14px;
          color: #000000;
        }
        
.most_unimportant  
        {   
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          word-spacing: 0px;
          line-height: 10px;
          color: #000000;
        }
        
.alert_message
        {   
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 12px;
          word-spacing: 0px;
          line-height: 20px;
          color: #ff0000;
        }
        
/*
  alternative links
*/

.navigation_true
        { 
          text-decoration: none; 
          font-family: arial, sans-serif;
          font-weight: bold; 
          font-size: 12px;
          color: #336600;
        }
        
        
.navigation_false
        {   
          text-decoration: none; 
          font-family: arial, sans-serif;
          font-weight: normal; 
          font-size: 12px;
          color: #000000;
        }
        
        
























