/* INNOVA.css */

body {
	font:1em/normal  Verdana, Arial, Helvetica, sans-serif;
	color:#033D80;
}

/* headings */
h1 {
	color:#003360;
	font-size:0.95em;
/*	font-size:15px; */
	margin-bottom:14px;
}
h2 {	
	color:#003360;
	font-size:0.9em;
/*	font-size:14px; */
	margin-bottom:14px;
}
h3 {
	color:#003360;
	font-size:0.85em;
/*	font-size:13px; */
	margin-bottom:14px;
}
h4 {
	color:#003360;
	font-size:0.8em;
/*	font-size:13px; */
	margin-bottom:14px;
}


/* paragraph */
p {
/*	font-size:11px; */
	font-size:0.7em;
	line-height:16px;
	margin-bottom:14px;
	word-spacing:0.1em;
}

/* lists */
ul {
	margin-left:30px;
	margin-bottom:14px;
}
li {
	font-size:11px;
	margin-bottom:5px;
}


/* tables */
td {
	font-size:0.7em;
}

/* horizonal line */
hr {
/*	color: #fff; */
	border-top:1px dashed #373b3e;
	height:1px;
	margin-bottom:8px;
}

