/* general styles */

body	{
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

div, td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p	{
	margin-top: 0px;
	margin-bottom: 0.5cm;
}

p.ingress	{
	font-size: 12pt;
	line-height: 18pt;
}

/* links */

a:link {
	color: #141654; text-decoration: underline;
}

a:visited {
	color: #141654; text-decoration: underline;
}

a:hover {
	color: #EA7C13; text-decoration: underline;
}


/* headers */

h1	{
	color: #141654;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 0cm;
	margin-bottom: 0.2cm;
}

h2	{
	color: #EA7C13;
	font-size: 13pt;
	margin-bottom: 0.1cm;
	margin-top: 0cm;
}

h3	{
	font-size: 11pt;
	margin-top: 0cm;
	margin-bottom: 2px;
}

h4	{
	font-size: 10pt;
	margin-top: 0cm;
	margin-bottom: 0cm;
}


/* hidden elements */

#topNavi,
.rightColumn,
.none,
.print,
.naviPath,
#logoArea,
.topNaviFrontPage	{
	display: none;
}


/* other styles */

#logoFrontPage,
#logo	{
	margin-bottom: 1cm;
}

#footer	{
	border-top: 1px solid black;
	font-size: 8pt;
	margin-top: 1.5cm;
	padding-top: 0.1cm;
}