@charset "utf-8";
/* CSS Document */

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body-tex-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.body-text-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body-text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.box-1 {
	width: 300px;
	border: thin solid #374a6b;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374A6B;
}
.body-tex-bold-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374a6b;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

