body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
h1 {
	font-size: 95%;
	font-weight: bold;
	color: green;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 85%;
	color: red;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}
h2.red {
	font-size: 85%;
	color: red;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
}
h2.green {
	font-size: 85%;
	color: green;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}
h3 {
	font-size: 75%;
	color: red;
	font-weight: bold;
	margin-bottom: 0px;
}
h4 {
	font-size: 75%;
	color: green;
	font-weight: bold;
	background-color: #EEEEEE;
	margin: 15px 0px 10px 0px;
}

p.pad {
    margin: 5px 0px 5px 0px;
}

p {
	font-size: 75%;
	margin: 10px 0px 10px 0px;
	}
.smalltext {
	font-size: 70%;
	}
.smalltext2 {
	font-size: 80%;
	}
	
p.spacer {
    font-size: 0%;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
}
	
a:link {
	color: red;
	text-decoration: none;
	}
a:visited {
	color: Green;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}
	a:active {
	text-decoration: underline;
	color: red;
}

ul {
	font-size: 70%;
	}
	
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	}
	
a.nav:link {
	color: Red;
	text-decoration: none;
}
a.nav:visited {
color: Red;
text-decoration: none;		
}
a.nav:hover {
	border: thin outset Silver;
	padding: 2px;
	background-color: White;
	text-decoration: none;
}
a.nav:active {
	color: Red;
	text-decoration: none;
}
.navtable {
	background-color: #DCDCDC;
}

ul.mem {
    font-size: 80%;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
}

li.mem {
    padding: 5px 0px 5px 0px;
}

span.red {color: #F00;}
span.red2 {color: #F00; font-size: 80%;}
span.blue {color: #0099FF;}
span.italic {font-style: italic;}

div.session_left { float: left; width: 80px; font-weight: bold; font-size: 80%; }
div.session_right { float: left; width: 455px; font-weight: bold; font-size: 80%; }

div.clearer {clear: both; margin: 0px; padding: 0px; border: 0px; line-height: 0px; height: 0px; font-size: 0px;}

/*
div.event_container { float: left; width: 100%; border-top: 5px solid #DCDCDC; margin: 0px 0px 5px 0px; }
div.left_col { float: left; width: 175px; font-size: 80%; }
div.right_col { float: left; width: 360px; font-size: 80%; }
div.session_left { float: left; width: 80px; font-weight: bold; }
div.session_right { float: left; width: 280px; font-weight: bold; }
*/