/* INNOVA.css */
body {
/*	font: 1em/normal Verdana, Arial, Helvetica, sans-serif; */
	color: #0e567c;
	font: 1.25em/normal Calibri; 
}
/* headings */
h1 {
	font-size:0.85em;
	margin-bottom:16px;
}

h2 {
	font-size:0.8em;
	margin-bottom:16px;
}
h3 {
	font-size:0.75em;
	margin-bottom:16px;
}
h4 {
	font-size:0.75em;
	margin-bottom:16px;
}

/* paragraphs */
p {
	font-size:0.75em;
	line-height:1.35em;
	margin-bottom:16px;
}

/* lists */
ol, ul {
	margin-bottom:18px;
	margin-left:40px;
}

li {
	font-size:0.75em;
	line-height:1.5em;
	padding-bottom:8px;
}

/* tables */
td {
	font-size:0.75em;
}
p td {
	font-size:1em;
}
td p {
	font-size:0.95em;
}

.tr1 {
	background-color:#0d66a6; 
	color:#fff;
}
.tr2 {
	background-color:#f6f6f6; 
}
.tr3 {
	background-color:transparent;
}



table.standard {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	margin-bottom:20px;
	width:100%;
}
table.standard tr.tr1 {
	background-color: #0d66a6;
	color:#FFF;
	font-weight:bold;
}
table.standard tr.tr2 {
	background-color:#f6f6f6; 
}
table.standard td {
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	font-size:13px;
}
table.standard td.td1 {
	background-color: #444;
}

/* links */
a:link,a:visited {
	color:#242422;
	text-decoration:none;
}
a:hover,a:active {
	color:#243667;
	text-decoration:none;
}

/* other */
hr {
	color: #0e567c;
	height:1px;
	margin-top:5px;
	margin-right:5px;
}

/* borders */
.whiteborder {
	border:1px solid #fff;
}
.blueborder {
	border:1px solid #91afc5;
}
.darkborder {
	border:1px solid #242422;
}



table.noCollapse {}
table.noCollapse td {
	height:18px;
}