a:link {
	text-decoration : none;
	font-size: 12px;
	font-style: normal;
	line-height : 130%;
	color: #003399;
}
a:hover {
	text-decoration : none;
	color: Red;
	font-size: 12px;
	font-style: normal;
	line-height : 130%;
}
a:visited {
	text-decoration : none;
	font-size: 12px;
	font-style: normal;
	line-height : 130%;
	color: #003399;
}

.header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #0000CC;
		}

.text	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		}
.special	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: Red;
		}
/* 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;
		}
/* Textfeldsuche */     
.feldsuche	{
    background-color: #FFFFFF;
	BORDER-RIGHT: 1px solid #003399;
	BORDER-TOP: 1px solid #003399;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	BORDER-LEFT: 1px solid #003399;
	BORDER-BOTTOM: 1px solid #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align : center;
	color: Red;
}      
            
td.topic {
        color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
      background-color: #003399;
}

td.topic1 {
        color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
      background-color: #E57F11;
}

td.content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		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: #E57F11;
}
body
 {
   scrollbar-base-color:#E57F11; 
   scrollbar-highlight-color:#FFFFFF; 
   scrollbar-arrow-color:#003399; 
   scrollbar-shadow-color:#FFFFFF;
}
/* 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;}
*/


