body{	background-color:#ffffff;
		color:#660033;
		font-family:Arial,Helvetica,Times;
		font-style:normal;
		font-size:10pt;
		margin-left:5pt;
		margin-top:0pt;
	}

a {
				color:#003300;
				font-size:10pt;
				text-decoration: underline;
				}
a:link			{ color:#003300 ;}         /* unvisited link */
a:visited 		{ color:#003300;}        	/* visited links */
a:hover  		{ color:#0000CC;}		/*bei Onmouseover */

a.entry {
				color:#003300;
				font-size:10pt;
				text-decoration: none;
				}
a.entry:link			{ color:#003300 ;}         /* unvisited link */
a.entry:visited 		{ color:#003300;}        	/* visited links */
a.entry:hover  		{ color:#0000CC;
	font-weight:bold;
}		/*bei Onmouseover */
					
a.detail {
				color:#ffff99;
				font-size:10pt;
				text-decoration: none;
				}
a.detail:link			{ color:#ffff99 ;}         /* unvisited link */
a.detail:visited 		{ color:#ffff99;}        	/* visited links */
a.detail:hover  		{ color:#ffffCC;
	font-weight:bold;
}		/*bei Onmouseover */
/* When displaying tabular information, ODD rows will have this background colour
   i.e. Rows 1, 3, 5, etc... */
td.oddBackground{
	background-color:#ffff99;
	color:#006633;
	font-size:10pt;
	text-align: right;

}
td.formOddBackground{
	background-color:#ffff99;
	color:#006633;
	font-size:10pt;
	text-align: left;

}
/* When displaying tabular information, EVEN rows will have this background colour
   i.e. Rows 2, 4, 6, etc... */
td.evenBackground{
	background-color:#ffffcc;
	color:#006633;
	font-size:10pt;
	text-align: right;

}   
td.formEvenBackground{
	background-color:#ffffcc;
	color:#006633;
	font-size:10pt;
	text-align: left;

}   

td.error{
	background-color:#FF7575;
	color:#000000;
	font-size:12pt;
	text-align: center;
	font-weight:bold;

}   
td.errorMsg{
	background-color:#ffff99;
	color:#006633;
	font-size:10pt;
	text-align: center;

}   
td.successMsg{
	background-color:#ffff99;
	color:#006633;
	font-size:10pt;
	text-align: center;

}   
/* The background colour used when displaying all titles */
td.title{
	background-color:#006633;
	color:#ffffff;
	font-size:12pt;
	text-align: center;

}       

/* The background colour used when displaying all sub-titles */
td.subtitleBackground{
	background-color:#006633;
	color:#ffffff;
	font-size:10pt;
	text-align: left;

}      

