body {
/*	background-color: #EEEEEE;*/
	background-color: #800080;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0;
	padding: 0;
}
a:link { color: #0000CC; }
a:visited {	color: #000099; }
a:hover, a:active { color: #CC0000; }
img { border: none; }
label { font-weight: bold; }
p {
	margin-top: 0; 
	margin-bottom: 0;
}
.more {
	font-size: 1.8em; 
}	
.less {
	font-size: 0.5em; 
	color: #D6D5EA;
	text-align: left; 
}
.header td { 
	font-weight: bold; 
	font-size: 2.5em; 
	text-align: center; 
/*	color: #5c3566;*/
	color: #FFFFFF;
}
.footer td { 
	font-size: 0.9em; 
	margin-bottom: .5em; 
	text-align: center; 
	color: #FFFFFF;
}
.tabs td {
	vertical-align: bottom;
}
.vote {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.6em;
	color: red;
	padding: 5px 7px 4px 6px;
}
.vote p {
	font-size: 0.9em;
}
.tab-active {
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	background-image: url(images/tab-active.gif);
	width: 100px;
	height: 43px;
}
.tab-inactive {
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	background-image: url(images/tab-inactive.gif);
	width: 100px;
	height: 33px;
}
.link {
	display: block;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
	text-align: center;
}
.tab-active .link {
	padding: 5px 7px 14px 6px;
}
.tab-inactive .link {
	padding: 5px 7px 4px 6px;
}
.tab-inactive a:link, .tab-inactive a:visited, .tab-inactive a:active {
	color: #000000;
}
.tab-inactive a:hover {
	color: #FFFFFF;	
}
.content td {
	font-size: 1.3em; 
	text-align: left; 
}
.content .more {
	color: #84388F;
	font-weight: bold; 
}
.purple-check-bold {
	list-style-image: url(images/purple_check.gif);
	font-weight: bold;
}
.purple-check {
	list-style-image: url(images/purple_check.gif);
}
.purple-check li {
	vertical-align: middle;	
}
.info-header {
	font-size: 1.3em; 
	text-align: center; 
	font-weight: bold;
	background-color: #DF8372;
}
.info-content td {
	font-size: 1.2em; 
	text-align: center; 
	font-weight: bold;
}	
.event-header {
	font-size: 1.3em; 
	text-align: center; 
	font-weight: bold;
	background-color: #C1D1A0;
}
.event-content td {
	text-align: left; 
}	
.event-content h1 {
	font-size: 1.1em;
	color: blue;
	margin: 0px;
	padding: 0px;
}
.list-space {
	margin-bottom: 12px;
}
