@charset "ISO-8859-1";
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FF6600;
	line-height: 2em;
	text-align: center;
}
.title_img {
	position: relative;
	text-align: center;
}
.text_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FF6600;
	font-weight: normal;
	text-align: justify;
	margin: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.title_bold {
	font-weight: bold;
	color: #333333;
}
.link_color {
	color: #FF6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	color: #333333;
}
.content_main {
	margin: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align: justify;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	padding-bottom: 1em;
}
.content {
	position: absolute;
	width: 534px;
	top: 150px;
}
.column_right {
	text-align: left;
	width: 50%;
	float: right;
}
.column_left {
	float: left;
	width: 50%;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 534px;
	position: relative;
	height: 40px;
	left: 0px;
}
.center {
	text-align: center;
}
.text_color_noborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FF6600;
	font-weight: normal;
	text-align: justify;
	margin: 1em;
}
.text_noborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	font-weight: normal;
	text-align: justify;
	margin: 1em;
}
