/* general */
/* word template */ @import url("document_print.css");

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #333333;
}

p	{
	margin-top: 0cm;
	margin-bottom: 0.5cm;
}


p.ingress	{
	font-size: 11pt;
}

img	{
	border: 0px;
}

small, .small	{
	font-size: 9pt;
}

/* headers */


h1	{
	font-size: 20pt;
	font-weight: normal;
	margin-top: 0cm;
	margin-bottom: 0.5cm;
	line-height: 22pt;
}

h2	{
	font-size: 12pt;
	font-weight: bold; 
	margin-top: 0cm;
	margin-bottom: 0.2cm;
}

h3	{
	font-size: 10pt;
	font-weight: bold;
	margin: 0cm;
	margin-bottom: 0.1cm;
}

h4	{
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	margin-top: 0cm;
	margin-bottom: 0.2cm;
	padding-bottom: 0px;
}

h4 a	{
	text-decoration: none;
} 

/* links */

a:link, a:active, a:visited	{
	color: #333333;
	text-decoration: none;
}

a:hover	{
	color: #333333;
	text-decoration: none;
}

/* footer */

.footer	{
	color: #A4A4A8;
	font-size: 8pt;
	padding-top: 0.5cm;
}

/* logo */

.logo	{
	margin-bottom: 0.5cm;
}


/* frontpage styles */

.contentBlock {
	float: left;
	width: 100%;
	padding-bottom: 0.5cm;
}

.floatLeft img	{
	float: left;
	margin-right: 0.3cm;
	margin-bottom: 0.3cm;
}

/* hidden elements */

#header,
.topBar,
.leftColumn,
.console,
.contentHeader,
#mainPageMainImage 	{
	display: none;
}