p,br,h1,h2,h3,h4,ul,ol,li,div,dir,th,dt,dd,address,blockquote,nobr,b,i,a  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

BODY  {
	background-color : #FFFFFF;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Backgrund */
.paper  {
	background-color : White;
}

.indented {
	margin-left :  6px;
}
	
/* Text*/
.weiss  {
	color : White;
	font-weight : bold;
}

.large	{
	font-size : 16pt;
}

.middle	{
	font-size : 12pt;
}

.medium	{
	font-size : 10pt;
}

.small	{
	font-size : 8pt;
}

.small-em	{
	font-size : 9pt;
	font-style : italic;
}

.middle-small	{
	font-size : 10pt;
}
.middle-bold	{
	font-size : 12pt;
	font-weight : bold;
}	
.middle-bold-u	{
	font-size : 12pt;
	font-weight : bold;
	text-decoration : underline;
}

.head-main	{
	font-weight : bold;
	font-size : x-large;
}

.head-sub	{
	font-weight : normal;
	font-size : 18pt;
	color: White;
}

/* Links blue*/
a  {
	color : Blue;
	text-decoration : none;
}

A:LINK {
	text-decoration : none;
}

a:active  {
	color : Red;
	text-decoration : none;
	background-color : White;
}

.mainheader  {
	color : White;
	text-decoration : none;
	background-color : #003399;
	font-weight :  bold;
}

.gross  {
	font-size : 11pt;
	font-weight : bold;
}

.klein  {
	font-size : 9pt;
	font-weight : bold;
}

.klein-blue  {
	font-size : 9pt;
	font-weight : bold;
	color: blue;
}

.blue  {
	color: #ffffff;
	background-color: #4a4a7b;
	}
	
.red  {
	background-color: Red;
	color: White;
	font-weight: bold;
	}

.grey	{
	background-color: #dedede;
	font-size : 10pt;
	font-weight : bold;
}	

.navbar {
	border-bottom-width : 1px;
	border-color : #336699;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 1px;
	font-family : Arial, sans-serif;
	font-size : smaller;
	height : 22px;
	margin-bottom : 4px;
	padding-top : 1px;
	width : 80%;
}

.navbar A {
	color : #336699;
}
