/* INNOVA.css */

body {
	font: 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}

/* headings */
h1 {
	color:#F00;
	font-size:0.9em;
	margin-bottom:15px;
}
h2 {
	color:#000000;
	font-size:0.85em;
	margin-bottom:15px;
}
h3 {
	color:#000000;
	font-size:0.8em;
	margin-bottom:15px;
}
h4,h5,h6 {
	color:#000000;
	font-size:0.75em;
	margin-bottom:15px;
}

/* paragraphs */
p {
	font-size:0.75em;
	line-height: 1.3em;
	margin-bottom:15px;
}

/* lists */
ul {
	margin-bottom:18px;
	margin-left:30px;
}

li {
	font-size:0.75em;
	line-height: 1.4em;
	margin-bottom:8px;
}

p li {
	font-size:1em;
}

/* links */
a:link,a:visited {
	color:#de0029;
	text-decoration:none;
}
a:hover,a:active {
	color:#de0029;
	text-decoration:underline;
}


/* others html tags */
blockquote {
	margin-left:10px;
}

hr {
	margin-bottom:10px;
}
p hr {
	margin-bottom:0;
}


/* borders */
.blackborder {
	border:1px solid #000; 
}
.greenborder {
	border:1px solid #3c627d;
}

/* tables */
td {
	font-size:0.75em;
	padding:3px 5px 3px 5px;
}
p td {
	font-size:1em;
}

.forthcomingtable {
	float:right;
	margin-left:8px;
	text-align:center;
}

.tablewithcellborder {
	border-top:1px solid #3c627d;
	border-right:1px solid #3c627d;
}

.archiveyearheading {
	padding:10px 5px 3px 5px;
}




