/* INNOVA.css */

body {
	font: 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}

/* headings */
h1 {
	font-size:0.9em;
	margin-bottom:18px;
}
h2 {
	font-size:0.85em;
	margin-bottom:18px;
}
h3 {
	font-size:0.80em;
	margin-bottom:18px;
}
h4,h5,h6{
	font-size:0.75em;
	margin-bottom:18px;
}

/* paragraphs */
p {
	font-size:0.75em;
	line-height:1.3em;
	margin-bottom:18px;
}
.backtotop {
	font-size:0.7em;
	margin-bottom:10px;
	text-align:right;
}

/* links */
a:link, a:visited {
	color: #5D5D5D;
	text-decoration:underline;
}
a:hover,a:active {
	color: #6aacab;
	text-decoration:underline;
}


/* lists */
ul,ol {
	margin-bottom:18px;
	margin-left:35px;
}

li {
	font-size:0.75em;
	line-height:1.3em;
	padding-bottom:4px;
}


/* tables */
td {
	padding:3px 5px 3px 5px;
}

td p {
	margin-bottom:0;
}
p td {
	font-size:1em;
}

.tablewithcellborder {
	border-top:1px solid #5D5D5D;
	border-right:1px solid #5D5D5D;
}
.tr1 {
	background-color:#c0d289;
	color: #252e2b;
}
.tr2 {
	background-color: #f0f4d5;
}
.tr3 {
	background-color:transparent;
}



/* others */
hr {
	margin-bottom:10px;
}

.border {
	border:1px solid #5D5D5D;
}

.lightGreenArea {
	background-color:#f0f4d5;
	border:1px solid #c0d289;
	margin-bottom:18px;
	padding:10px 10px 0 10px;
}

