/* INNOVA.css */

body {
	font: 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* headings */
h1 {
	font-size:0.95em;
}
h2 {
	font-size:0.9em;
}
h3 {
	color:#4c4c4c;
	font-size:0.85em;
}
h4 {
	color:#4c4c4c;
	font-size:0.8em;
}
h5 {
	font-size:0.75em;
}
h6 {
	font-size:0.7em;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:18px;
}


/* paragraphs */
p {
	font-size:0.75em;
	margin-bottom:18px;
}
p td {
	font-size:1em;
}
td p {
	font-size:1em;
}


/* lists */
ul,ol {
	margin-bottom:18px;
	margin-left:40px;
}
li {
	font-size:0.75em;
	line-height:1.3em;
	padding-bottom:3px;
}

/* tables */
td {
	font-size:0.75em;
	padding:4px 5px 4px 5px;
}

.tableAndCellBorder {
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

.tr1 {
	background-color: #e9ede6;
}
.tr2 {
	background-color: #edeaf0;
}
.tr3 {
	background-color: transparent;
}

/* other */
.border {
	border:1px solid #000000;
}








