/* INNOVA.css */

body {
	font: 1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #616161;
}


h1 {
	font-size:0.9em;
	margin-bottom:18px;
}

h2 {
	font-size:0.85em;
	margin-bottom:18px;
}
h3 {
	font-size:0.8em;
	margin-bottom:18px;
}

p {
	font-size:0.75em;
	margin-bottom:18px;
}

ul, ol {
	margin-left:40px;
	margin-bottom:18px;
}

li {
	font-size:0.75em;
	margin-bottom:8px;
}

hr {
	margin-bottom:10px;
}

p hr {
	margin-bottom:0px;
}


/* other */
.border {
	border:1px solid #616161;
}

.smaller {
	font-size:0.7em;
}

.backtotop {
	font-size:0.7em;
	margin-bottom:10px;
	text-align:right;
}

/* tables */
table {
	margin-bottom:10px;
}
.tablelessbottomspace {
	margin-bottom:4px;
}
.tableBorder {
	border:1px solid #CCC;
}

.tablewithCellBorder {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.tdCellBorder {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}

.tr1 {
	background-color:#40629B;
	color:#FFF;
}
.tr2 {
	background-color:transparent;
}
.tr3 {
	background-color:#FFF;
}

td {
	font-size:0.75em;
	padding:3px 6px 3px 6px;
}
p td {
	font-size:1em;
}
.tdnopadding {
	padding:0;
}

.visitorprices {
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	width:16%;
}
