a {
	border: none;
	text-decoration: none;
}

/*END Nested lists*/
blockquote{
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-align: justify;
}

body {
	background: #FFFFFF;
	color: Black;;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 1cm 0.5cm;
	padding: 0;
	width: 21cm;
}

a img {
	border: none;
}
a, h1, h2, h3, h4, h5, h6, span, b {
	color: black !important;
}
img.iconfiles {
	display: none;
}

dd {
	border-bottom: 1px solid #DADADA;
	padding-left: 28%;
}

div#logo {
	float: left;
	padding: 8px;
}

div.adr {
	float: right;
	font-size: 10pt;
	margin-bottom: 1.8em;
	margin-top: 0.5em;
	text-align: right;
}

div.noted a:link:after,
div.noted a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}


div.print-content h2 {
	font-variant: small-caps;
	text-align: center;
}

div.print-content h3 {
	text-align: center;
}

dl {
	border-top: 1px solid #DADADA;
	margin: 0 60px 30px 0;
	overflow: hidden;
	width: 100%;
}

dl, dt, dd {
	margin: 0;
	outline: 0;
	padding: 0;
}

dt {
	float: left;
	font-weight: bold;
	width: 25%;
}

dt, dd {
	padding: 10px 0;
}

h1 {
	font-size: 14pt;
	line-height: 1.5em;
	margin-top: 25px;
}

h2 {
	font-size: 18pt;
	line-height: 1em;
	margin-bottom: 2em;
	margin-top: 3em;
}

h3 {
	font-size: 1.3333em; /*16pt*/
	line-height: 1.125em; /*18pt*/
	margin-bottom: 2.25em; /*2 line 1.3333em;/*16pt*/
	margin-top: 3.375em; /*3 line 1.125em;/*18pt*/
}

h3+blockquote, h2+blockquote, h3+table{
	margin-top: 0.5em;
}

h4 {
	font-size: 1.1667em; /*14pt*/
	line-height: 1.2857em; /*18pt*/
	margin-bottom: 0em;
	margin-top: 1.2857em; /*18pt*/
}

h5 {
	font-size: 1em; /*12pt*/
	line-height: 1.5em; /*18pt*/
	margin-bottom: 0em;
	margin-top: 1.5em; /*18pt*/
}

h6 {
	font-size: 0.8333em; /*10pt*/
	line-height: 1.8em; /*18pt*/
	margin-bottom: 0em;
	margin-top: 1.8em; /*18pt*/
}

li + li {
	margin: 0.5em 0 0 0;
}

li > ol {
	margin: 0.5em 0 0 0 !important;
}

li > ol > li {
	margin: 0.5em 0 0 0;
}

li > ul {
	margin: 0.5em 0 0 0;
}

li.pdf {
	background: url(/images/ic_pdf.gif) no-repeat;
	padding: .1em 0 1em 36px;
}

li.zip {
	background: url(/images/ic_zip.gif) no-repeat;
	padding: .1em 0 1em 36px;
}

/* Initialization of counters */
ol {
	counter-reset: list1;
}

/*Increase the counter and print counter's value*/
ol > li:before {
	content: counter(list1) ". "; /* values like 1., 2.,... */
	counter-increment: list1;
}

/*Nested lists*/
ol li {
	list-style-type: none;
}

ol ol {
	counter-reset: list2;
}

ol ol > li:before {
	content: counter(list1) "." counter(list2) ". "; /* values like 2.1, 2.2,... */
	counter-increment: list2;
}

ol ol ol {
	counter-reset: list3;
}

ol ol ol > li:before {
	content: counter(list1) "." counter(list2) "." counter(list3) ". "; /* values like 2.1.1, 2.1.2,... */
	counter-increment: list3;
}

ol ol ul li {
	list-style-type: disc !important;
}

p, ul, ol {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	text-align: justify;
	color: Black;
}

p.relpath {
	color: #999999;
	font-size: 10pt;
	font-style: italic;
	margin-bottom: 1cm;
}

p.relpath  a {
	color: #999999;
	font-size: 10pt;
	font-style: italic;
}

p.relpath  img {
	margin-left: 5px;
}

p.url {
	margin: 1.5em;
}

p+blockquote{
	margin-top: -1.5em !important;
}

sub {
	top: .5ex;
}

sup {
	bottom: 1.4ex;
}

sup, sub {
	font-size: .7em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	margin: 0 0 1.5em 0;
}

th, td {
	zborder: 1px solid #000000;
	padding: 3px;
}

ul, ol {
	padding-left: 1.5em;
}

ul.files {
	list-style: none;
	padding-left: 0px;
}

.abbr {
	letter-spacing: 0.07em;
}

.about {
	font-style: italic;
}

.pr_header{
	font-variant: small-caps;
	text-align: center;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_default {
	color: Black;
}
div.content table td {
        padding: 5px;
        border: 1px solid #5e6466;
}
div.content table.noborder td {
        border: 0 none;
}
div.content table tr.hdr1 {
        background-color: #f0f0f0;
}
div.content tr.hdr1 h1,
div.content tr.hdr1 h2,
div.content tr.hdr1 h3,
div.content tr.hdr1 h4,
div.content tr.hdr1 h5 {
        text-align: center;
}
div.content table tr.hdr2 {
        background-color: #f5f5f5;
}
