#body_table {
	background-color: #FFFFFF;
}
#body_cell {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	vertical-align: text-top;
}
li {
	padding-bottom: 20px;
}

#body_cell li {
	padding-bottom: 10px;
}
#menu li {
	list-style-type: disc;
	list-style-position: outside;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	bottom: 10px;
}
#header {
	width: 699px;
	text-align:center;
	vertical-align: middle;
}
#filler {
}
#menu {
	vertical-align: text-top;
	padding: 5px;
	list-style-type: circle;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
}

h1 {
	font-family: Tahoma, "Times New Roman";
	text-align: center;
	font-size: 24pt;
}
h2 {
	font-family: Tahoma, "Times New Roman";
	text-align: left;
	font-size: 18pt;
}
h3 {
	font-family: Tahoma, "Times New Roman";
	text-align: center;
	font-size: 18pt;
}
.underline {
	text-decoration: underline;
}

h4 {
	font-family: Tahoma, "Times New Roman";
	font-size: 16px;

}
h5 {
	font-family: Tahoma, "Times New Roman";

}
h6 {
	font-family: Tahoma, "Times New Roman";

}
a {
	font-family: Tahoma, "Times New Roman";
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.Red {
	color: #990000;
}
.RedCrossout {
	color: #990000;
	text-decoration: line-through;
}
.quote {
	font-style: italic;
	padding: 15px;
	background-color: #FFFFCC;
	white-space: normal;
}

.highlight {
	background-color: #FFFF66;
}
.red_dash_box {
	border: medium dashed #FF0000;
	line-height: normal;
	background-color: #FFCCCC;
	padding: 20px;
}
.form_box {
	margin: 10px;
	padding: 10px;
	border: 2px solid #000000;
}

