/* INNOVA.css */

body {
	font: 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #898989;
}

/* headings */
h1 {
	font-size:0.9em;
	margin-bottom:20px;
}

h2 {
	font-size:0.8em;
	margin-top:8px;
	margin-bottom:17px;
}
h3, h4, h5, h6 {
	font-size:0.75em;
	margin-top:8px;
	margin-bottom:17px;
}


/* paragraphs */
p {
	font-size:0.7em;
	line-height:1.3em;
	margin-bottom:17px;
}
.backtop {
	font-size:0.65em;
	line-height:1.3em;
	margin-bottom:7px;
	text-align:right;
}

/* lists */
ul,ol {
	margin-bottom:17px;
	margin-left:40px;
}
li {
	font-size:0.7em;
	line-height:1.3em;
	margin-bottom:5px;
}
li li, li li li {
	font-size:1em;
}
li ul, li ol {
	margin-top:4px;
}

/* other */
.border {
	border:1px solid #C3C3C3;
}

.divider {
	border-bottom:1px dashed #C8C7C5;
	height:1px;
	margin-bottom:10px;
}

/* tables */
table {
	margin-bottom:20px;
}

td {
	font-size:0.7em;
	line-height:1.3em;
}
p td {
	font-size:1em;
}

.tableWithCellBorders {
	border-left:1px solid #C3C3C3;
	border-top:1px solid #C3C3C3;
}
.tableOutline {
	border:1px solid #C3C3C3;
}

.tr1 {
	background-color:#EBE9EE;
}
.tr2 {
	background-color:#F7F5F7;
}
.tr3 {
	background-color:#FFFFFF;
}

table.intro
{
	margin-bottom:0px;
}


.pdf {
	height:29px;
	list-style-image:url(../png/pdf-icon.png);
	padding-top:8px;
}
