body {
	color: black;
	background-color: white;
	line-height: 150%;
	margin: 0% 3% 0% 3%;
	font-weight: 400;
	}
div {
	font-weight:; 400;
	}
div.h4 {
	font-weight: 600;
	}
.center {
	text-align: center;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.title {
	font-family:;sans-serif;
	font-size: x-large;
	color: white;
	background-color:#8080ff;
	}
.home {
	font-family: Impact, sans-serif;
	font-size: x-large;
	font-style: oblique;
	color: white;
	background-color:#8080ff;
	}
.400 {
	font-weight: 400;
	}
.600 {
	font-weight: 600;
	}
.b_green {
	color: white;
	background-color: green;
	}
span.red {
	color: red;
	background-color: white;
	}
span.teal {
	color: teal;
	background-color: white;
	font-weight: 600;
	}
span.maroon {
	color: maroon;
	background-color: white;
	}
span.aqua {
	color: aqua;
	background-color: black;
	}
h4 {
	}
hr {
	color: ;
	}
a {
	text-decoration:  underline;
	}
a:link {
	color: #0000ff;   
	background-color: white;
	}
a:visited {
	color: #008000;
	background-color: white;
	}
a:hover {
	color: #ff0066;
	background-color: white;
	}
a:active {
	color: white;
	background-color: black;
	}
table {
	font-weight: 400;
	}
td {
	text-align:; 
	}
td.width {
	text-align: center;
	width: 14pt;
	}
thead {
	color: white;
	background-color: olive;
	}
dd {
	font-weight: ;
	color: black;
	background-color: white;
        }

