/* INNOVA.css */

body {
/*	font: 1em/normal "Times New Roman", Times, serif; */
	font: 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #757575;
}

h1 {
	color:#4e4e4e;
	font-size:0.9em;
	margin-bottom:16px;
}

h2 {
	color:#4e4e4e;
	font-size:0.85em;
	margin-bottom:16px;
}

p {
	font-size:0.8em;
	margin-bottom:18px;
}

td {
	font-size:0.8em;
	padding:5px;
	vertical-align:top;
}

p td {
	font-size:1em;
}
p td p, p td li {
	font-size:1em;
}

table {
	margin-bottom:15px;
}

ul {
	margin-bottom:18px;
	margin-left:40px;
}

li {
	font-size:0.8em;
}

li li, li li li {
	font-size:1em;
}

hr {
	margin-bottom:10px;
}

.tableandcellborder {
	border-top:1px solid #51575c;
	border-right:1px solid #51575c;
}
.border {
	border:1px solid #51575c;
}
.tr1 {
	background-color:#e9e9e9;
}
.extracellpadding {
	padding:10px;
}
.nocellpadding {
	padding:0;
}
.cellwithrightimage {
	padding:0 0 0 10px;
}
.centre {
	text-align:center;
}
.toppadding {
	padding-top:20px;
}
