a:link
{
	color: #FFCC00;
	text-decoration: none;
	font-weight: normal;
}
a:visited
{
	color: #CCCC99;
	text-decoration: none;
	font-weight: normal;
} 
a:active 
{
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
a:hover 
{
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}
body
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	background-color: #002244;
	color: #FFFF99;
	margin-top: 14pt;
	margin-left: 10pt;
}
p, td
{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	color: #FFFF99;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: #FF9900;
	font-size: 18pt;
	font-weight: bold;
}
h2
{
	color: #FF9900; 
	font-size: 14pt;
	font-weight: bold;
}
h3
{
	color: #FF9900; 
	font-size: 12pt;
	font-weight: bold;
}
h4
{
	color: #FF9900;
	font-size: 12pt;
	font-weight: bold;
}
h5
{
	color: #FF9900;
	font-size: 10pt;
	font-weight: bold;
}
h6
{
	color: #FF9900;
	font-size: 10pt;
	font-weight: bold;
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
.sidtext
{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: rgb(0,0,0); 
	background-color: rgb(255,255,255);
}
.tabtext
{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	color: rgb(0,0,0); 
	background-color: rgb(235,255,235);
}
.tabrubrik
{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(51,102,51);
	background-color: rgb(204,255,204);
}