body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.tittel {font-weight: bold;font-size: 10pt;}

.ingress {font-size: 11pt;text-decoration:italic;}

.text {font-size: 11pt;}

.footer {font-size: 11pt;}

p {font-size: 11pt;}

img {float: left;padding-right: 5px;padding-bottom: 5px;}

h1 {font-size: 16pt;color:#003366;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}

.utilPrint {font-size: 11pt;}
.utilClose {font-size: 11pt;}

a.utilClose:link {color: #003163;}
a.utilClose:visited {color:#000;}
a.utilClose:hover {color: #ff5800;}
a.utilClose:active {color: #ff0000;}

a.utilPrint:link {color: #003163;}
a.utilPrint:visited {color:#000;}
a.utilPrint:hover {color: #ff5800;}
a.utilPrint:active {color: #ff0000;}

ul, li {padding-bottom: 5px;padding-top: 5px;}

ol, li {padding-bottom: 5px;padding-top: 5px;}

/* css for contentTable */
.contentTable table {BORDER-COLLAPSE: collapse;FONT-SIZE: 11pt;}
.contentTable p {FONT-SIZE: 11pt;}
.contentTable tr.group td {background-color: #F7F7F7;}
.contentTable td.mark {background-color: #F7F7F7;}
.contentTable tr.alt td {background-color: #dddddd;}
.contentTable tr.alt2 td {background-color: #ffffff;}

.contentTable th {
	font-weight: normal;
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	}

.contentTable td {
	border: 1px solid #dddddd;
	PADDING-RIGHT: 6px; 
	BORDER-TOP: #dddddd 1px solid; 
	PADDING-LEFT: 6px; 
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 6px;
	}
