@charset "utf-8";
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;;
	margin-top: 0px;
}

.top_link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #dd3734;
}
.top_link a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #dd3734;
	text-decoration: none;
}
.top_link a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #54AFE4;
	text-decoration: none;
}
.header_blue {
	font-family: Arial;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #047C8A;
	text-align: left;
}
.border_blue {
	border: 10px solid #09A6AF;
}
.header_gray {
	font-family: Arial;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #777777;
	text-align: left;
}
.text_gray {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	text-align: justify;
}
.text_gray a {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	text-align: justify;
	text-decoration: none;
}
.text_gray a:hover{
	font-family: Arial;
	font-size: 13px;
	color: #e33936;
	text-align: justify;
	text-decoration: none;
}
.blue_bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #09A6AF;
}
.blue_bold a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #09A6AF;
	text-decoration: none;
}
.blue_bold a:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #047C8A;
	text-decoration: none;
}
.copyright {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
.border_orange {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2A50F;
}
.header_red {
	font-family: Arial;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #DEA10B;
}
