body {
	background-color: white;
	background-image: url('images/bg.png');
	color: black;
	font-family: "Tahoma";
	font-size: 10pt;
}
td {
	font-size: 10pt;
}
#meetings th {
	color:white;
	background-color:#5316B7;
	border: 1px solid black;
	font-weight:bold;
}
#meetings td {
	/*background-image: url('images/white.png');*/
	background-color:#FFFFFF;
	border: 1px solid silver;
	font-weight: bold;
}
#meetings li {
	font-weight: normal;
	color: darkblue;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
a:link {
	color: blue;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: red;
}
