/* INNOVA.css */

body {
	font: 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* headings */
h3 {
	margin-bottom:18px;
}
h4 {
	margin-bottom:18px;
}
h5 {
	margin-bottom:18px;
}
h6 {
	margin-bottom:18px;
}



/* paragraphs */
p {
	font-size:0.7em;
	margin-bottom:18px;
}

/* lists */
ol,ul {
	margin-bottom:18px;
	margin-left:40px;
}

li {
	font-size:0.7em;
	padding-bottom:1px;
}
.listspacing {
	padding-bottom:4px;
}
td li {
	font-size:1em;
}


/* links */
a:link, a:visited {
	color:#000000;
	text-decoration:none
}

a:hover, a:active {
	color:#0084CC;
	text-decoration:none
}

/* tables */
table {
	margin-bottom:0px;
}
p table {
	margin-bottom:0;
}

.tr1 {
	background-color: #DDDDDD;
}
.tr2 {
	background-color: #FFFFFF;
}
.tr3 {
	background-color: #EEEEEE;
}

td {
	font-size:0.7em;
	padding: 3px 5px 3px 5px;
}
p td {
	font-size:1em;
}
.spacerrow {
	height:25px;
}



#vicepresidents div.vicepresidents {
	border-top: 1px solid #AAAAAA;
	margin-top: 20px;
}

/* other */
.border {
	border: 1px solid #000000;
}

.greyedoutupper {
	color: #999999;
	text-transform:uppercase;
}

.upper {
	text-transform: uppercase;
}

.small {
	font-size: 0.5em;
	font-weight:normal;
}





