body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E4;
}

table#main_body a {
	font-size: 12px;
	color: #000000;
	}

table#main_body a:visited {	
	color: #333333;
	}
	
table#main_body tr td {
	 background-color: #FFFFFF;
	}

table#nav a {	
	font-size: 12px;
	color: #FFFFFF;
	}
	
table#nav a:visited {	
	color: #CCCCCC;
	}	
	
table#nav tr td {
	background-color: #0D2A4E;
	}
	
.style1 {
	font-size: 12px;
	color: #FFFF00;
}
	
a:visited {
	color: #CCCCCC;
}

table#nav ul li {
	list-style-type: disc;
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: #000000;
}

table#main_body ul li {
	list-style-type: disc;
	margin-bottom: 0px;
	padding-bottom: 15px;
	color: #000000;
}

.style3 {font-size: 12px; color: #FFFF00; font-weight: bold; }

/* FOLLOWING RULES ADDED BY DAVID */

/* eliminate blank space at end of UL */
ul {
  margin-bottom:0;
}
/* line up bullets under first letter of heading */
ul.flushLeft {
  margin-left:0;
  padding-left:1.75em;
}
/* add vertical spacing to list items */
ul.spaced li {
  margin-top:0.5em;
}
