@charset "utf-8";
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

.body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.body_bold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #0000FF;
}
.body_heading {
	color: #ff0000;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	width: 580px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	margin-top: 6px;
	height: auto;
	float: left;
}
.body_indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background-color: #00FFFF;
	margin: 2px;
	padding: 8px;
	width: 95%;
	border: 2px solid #0000FF;
	float: left;
}
.styleTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 4px;
	border: 1px solid #0000FF;
}
.styleTableBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 4px;
	border: 1px solid #0000FF;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
