a:hover {
; text-decoration: underline
   }

.header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: #003366;
; background-color: #CCCCCC
		}

.text	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		}

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

/* Should be the same as: table BORDER="00" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC"
table.border_yes {
      padding: 3px;
      border-spacing: 0px; 
      border-width: 2px; 
      border-color: #CCCCCC;
      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;}
*/


td.topic {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
      background-color: #D0CCD0;
; color: #003366
}

td.content {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
}

.pre  {
	font-family : monospace;
	font-size : 10px;
}

.big  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

.small  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}

.hr {
   color: #CCCCCC;
}
.error {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FF0000; font-size: 12px}
.linkgray {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; text-decoration: underline}
.linkgraybig { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003366; text-decoration: underline ; font-weight: bold}
.textklein {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none; letter-spacing: normal}
