a:link { color:#000000; text-decoration:none; font-weight:bold; }
a:visited { color:#5A5AFF; text-decoration:none; font-weight:bold; }
a:hover { color:#000000; text-decoration:none; background-color:#FFFF99; font-weight:bold; background:#59D5FF;}
a:active { color:#0000EE; background-color:#59D5FF; font-weight:bold; }

.head { font-size : 12px; }
a.head:link	{ font-weight: bold; text-decoration: none; color : White }
a.head:visited { font-weight: bold; text-decoration: none; color : White }
a.head:hover { font-weight: bold; text-decoration: none; background-color:#999999; color : #000000}
a.head:active { font-weight: bold; text-decoration: none; background-color:#999999; color : #000000}

.header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-align : center;
		color: #ffffff;
		}
.hue	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		}
		
.hue2	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		}
		
.text	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		}
		
.big	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		}
		
.tabelle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-style: normal;
		font-weight: normal;
		}

/* Main Currency */
.macu	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		}
/* Foreign currency */      
.focu	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: italic;
		font-weight: normal;
		}

.errortext {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: bold;
      text-align : center;
      }      
            
td.topic {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		}

td.topic2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		text-align : center;
      	background-color: #F0F0F0; 
	  	color:#ffffff;
		}
		
td.topic3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
      	background-color: #FF0000; 
	  	color:#ffffff;
		}
td.content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
}

pre  {
	font-family : monospace;
	font-size : 14px;
}

big  {
	font-size : 22px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
}

small  {
	font-size : 9px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
}

hr {
   color: #99ccff;
}

/* Should be the same as: <table border="1" cellpadding="3" cellspacing="0" bordercolor="#99ccff">
table.border_yes {
      padding: 3px;
      border-spacing: 0px; 
      border-width: 2px; 
      border-color: #99ccff;
      border-style: solid;
}

This can be used for html debug purposes:
TABLE {border: 2px solid purple !important; 
   margin: 5px !important; border-collapse: 
   separate !important; border-spacing: 1px !important; 
   empty-cells: show !important;}
TH {border: 1px solid blue !important; 
   padding: 3px !important;}
TD {border: 1px solid red !important; 
   padding: 3px !important;}
*/


