@charset "iso-8859-1";
/* CSS Document */
body, td.hint, td.info, td.main_text, td.list_1a, td.list_1b, td.list_2a, td.list_2b {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;/*#FAF9F9;*/
	vertical-align: top;
}

td.info {
	text-align: justify;
}

td.list_1a, td.list_2a
{
	width: 30%;
	font-weight: bold;
}

td.list_1a
{
	background-color: #dbedfe;
}

td.list_1b
{
	background-color: #e9ecee;
}

td.list_2a
{
	background-color: #e9f4fe;
}

td.list_2b
{
	background-color: #f2f4f5;
}

table.main_table {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A3B6BD;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A3B6BD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A3B6BD;
	background-color: white;
	width: 800px;
}

td.main_text {
	background-color: white;
	width: 100%;
	height: 100%;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	text-align: justify;
}

td.border_empty, td.border_top, td.border_caption {
	background-repeat: repeat-x;
	background-position: top; 
}

td.border_top {
	/* background-image: url("../images/border_04.jpg"); */
}

td.border_caption, a.caption, a.caption:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

td.border_caption {
	padding-top: 8px;
	vertical-align: top;
	background-image: url("../images/border_03.jpg");
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
}

h2.line {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A3B6BD;
}

a.caption {
	text-decoration:none;
}

a.caption:hover {
	text-decoration: underline;
}

a.menu, a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration:none;
}
a.menu:hover {
	text-decoration: underline;
} 

td.menu_header, td.menu_hightlight, td.menu_submenu {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: white;
	height: 18px;
	padding-left: 16px;
}

td.menu_header {
	background-color: #E9ECEE;
}

td.menu_header:hover {
	background-color: #A1D1FE;
}

td.menu_hightlight {
	background-color: #DBEDFE;
}

td.left_column {
	vertical-align: top;
	border-right-style: dotted;
	border-right-color: #A3B6BD;
	border-right-width: 1px;
}

div.prodesc {
	font-size: 10pt;
	background-color:white;
	padding: 3px; 
	margin:  10px 0 10px 0;
	width:90%;
	border: 1px Solid #A3B6BD;
}


img.legend {
	margin-right: 3px;
	margin-top: 13px;
	width	: 29px;
	height	: 28px;
}

span.comments {
	font-style : italic;
}

span.termin {
	font-weight: bold;
}

div.copyright
{
	font-size: 8pt;
	padding-top: 16px;
	padding-bottom: 16px;
}

ul {
	margin: 4px 0 0 0;
	padding-left: 26px;
}
