/* margins */
body, h1, h2, h3, p {
    		  margin           : 10px;
		  padding          : 0px;
		}

h1 		{
  		  margin-bottom    : 9px;
		}

h2 		{ 
  		  margin-top       : 4px;
		  margin-bottom    : 6px;
		}

h3 		{
  		 margin-top       : 12px;
		 margin-bottom    : 2px;
		}

p 		{
  		  margin-bottom    : 5px;
		}

/* fonts & colors*/
body, h1, h2, h3, li, p, table, td, th {
  		  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif; 
		  font-size        : 12px;
		  color            : #000000;
		  background-color : #ffffff;
}

h1 		{
  		 font-size        : 25px;
		 font-weight      : bold;
		 color            : #000000;
		 background-color : #ffffff;
		}

h2 		{
  		  font-size        : 20px;
		  font-weight      : bold;
		  color            : #000000;
		  background-color : #ffffff;
		}

h3 		{
  		  font-weight      : bold;
  		  font-size        : 15px;
		}

a:link, a:visited 	{
 		  color            : #0000ff;
		  text-decoration  : none;
		  background-color : #ffffff;
		}

span.org        { 
                  font-family      : Courrier, "Courrier New", monospace; 
                }

/* alignment */
body, h1, h2, h3, li, p, table {
  		  vertical-align   : top;
		}

h1.center, h2.center, p.center, img.center {
  		  text-align       : center;
		}

body, h1, h2, h3, li, p, table {
  		  text-align       : justify;
		}

img        	{
  		  text-align       : right;
		}

div.center 	{ 
             	  text-align       : center;
           	}

div.foot 	{ 
                  font-size        : 10px;
                  text-align       : center;
		}

div.navi	{
  		  text-align	   : left;
		  font-size	   : 10px;
		  margin-bottom    : 20px;
		}
		
div.lang	{
  		  text-align	   : right;
		  font-size	   : 10px;
		  margin-bottom    : 20px;
		}

/* borders */
img        	{
            	  border-style     : hidden;
		  border-width     : 0px;
		}

/* table definitions */
th         	{
             	  text-align       : left;  
		  vertical-align   : top;
           	}
td         	{
             	  vertical-align   : top;    
		  text-align       : left;   
           	}
td.menu         { 
                  border           : 2px solid red;
                  font-size        : 20px; 
                  text-align       : center;
                  font-weight      : bold;
                }
tr              { 
                  padding          : 2px;
                }		
td              { 
                  padding          : 2px;
                }		
td.org          { 
                  padding          : 2px;
                  font-family      : "Courrier New", Courrier, monospace;
                  font-size        : 35px;     
                  font-weight      : bold;
                }		
/* rules */
table.headers   { 
                  border           : 2px solid red;
                  height           : 2px;
                  background-color : #ffffff;
                  color            : red;
                }
