/* INNOVA.css */

body {
	font: 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}

h1 {
	font-size:0.85em;
	margin-bottom:18px;
}
h2, h3 {
	font-size:0.8em;
	margin-bottom:18px;
}

/* paragraphs */
p {
	font-size:0.75em;
	margin-bottom:18px;
}

a:link,a:visited {
	color: #752727;
	text-decoration:none;
}
a:hover,a:active {
	color: #995f5f; 
	text-decoration:none;
}




/* lists */
ul {
	margin-bottom:18px;
	margin-left:40px;
}

li {
	font-size:0.75em;
}

/* tables */
td {
	font-size:0.75em;
	padding:4px 8px 4px 8px;
}

p td {
	font-size:1em;
}
.tablewithcellborder {
	border-top:1px solid #7a7a7a;
	border-right:1px solid #7a7a7a;
}
.tr1 {
	background-image:url(../jpg/leftmenu-title.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#5c5c5c;
	color: #FFF;
	font-weight:bold;
}
.tr2 {
	background-color: #f8f7f7;
}
.tr3 {
	background-color: #efeeee;
}


/* other */
.border {
	border:1px solid #7a7a7a;
}
.lightborder {
	border:1px solid #d3d3d3;
}

