@charset "UTF-8";
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #030303;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #030303;
}
.body_copy_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	font-weight: normal;
	text-align: justify;
}
.body_copy_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	font-weight: normal;
	text-align: justify;
}
.body_copy_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	font-weight: normal;
	text-align: right;
}
.body_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #575757;
	list-style-type: disc;
	list-style-position: outside;
	text-align: justify;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.subnav_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	padding-left: 20px;
}
.subnav_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	padding-right: 20px;
	right: auto;
	color: #575757;
	text-align: right;
}
.copywrite_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #575757;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
body {
	background-color: #030303;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}
a:link {
	color: #575757;
	text-decoration: none;
}
a:visited {
	color: #575757;
	text-decoration: none;
}
a:hover {
	color: #424242;
	text-decoration: underline;
}
a:active {
	color: #424242;
	text-decoration: none;
}
.image_boarder {
	border: thin solid #575757;
}
