/* INNOVA.css */

body {
	color: #957384;
	font: 0.9em/normal Verdana, Arial, Helvetica, sans-serif;
}

/* headings */
h1 {
	color: #6D210E;
	padding-bottom:18px;
}
h2 {
	color: #6D210E;
	padding-bottom:18px;
}
h3 {
	color: #6D210E;
	padding-bottom:18px;
}
h4,h5,h6 {
	color: #6D210E;
	padding-bottom:18px;
}


/* paragraphs */
p {
	font-size:0.75em;
	padding-bottom:18px;
}


/* lists */
ul {
	margin-bottom:13px;
	margin-left:35px;
}

li {
	font-size:0.75em;
	line-height:1.3em;
	padding-bottom:5px;
}


/* tables */
table {
	margin-bottom:18px;
}
td {
	font-size:0.75em;
	padding:5px 10px;
}

p table {
	margin:0;
}
p td {
	font-size:1em;
}
td p {
	font-size:1em;
}

.eventday {
	width:15%;
}
.eventdate {
	text-align:center;
	width:14%;
}
.eventname {
	width:81%;
}


/* links */
a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:active, a:hover {
	color:#000000;
	text-decoration:underline;
}



/* other */
.randomImage {
	border:1px solid #000000;
	float:right;
	height:141px;
	margin:0 0 5px 10px;
	width:200px;
}

.tr1 {
	background-color:#DDD;
}




