/* INNOVA.css */

body {
	font: 1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #757575;
}

h1 {
	font-size:0.85em;
	margin-bottom:18px;
}

h2 {
	font-size:0.8em;
	margin-bottom:18px;
}
h3 {
	font-size:0.8em;
	margin-bottom:18px;
}

p {
	font-size:0.75em;
	line-height:1.7em;
	margin-bottom:18px;
}

ul, ol {
	margin-bottom:18px;
	margin-left:40px;
}

li {
	font-size:0.75em;
	line-height:1.5em;
	padding-bottom:8px;
}

td {
	font-size:0.75em;
}


p td, td p {
	font-size:1em;
}



a:link, a:visited {
	color:#5894ef;
	text-decoration:none;
}
a:hover,a:active {
	color:#5894ef;
	text-decoration:underline;
}

