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

#header {
	position:relative;
	left:0px;
	top:0px;
	width:748px;
	height:243px;
	margin-left:auto;
	margin-right:auto;
}

#mainBody {
	position:relative;
	left:0px;
	top:0px;
	width:748px;
	height:617px;
	margin-left:auto;
	margin-right:auto;
}

.copyRight {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.body_texts_01 {
	font: Arial, Helvetica, sans-serif;
	font-size: 18.5px;
	color: #4877fc;
}

.title_texts_01 {
	font: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #ffbb7f;
}

.redLinks {
	color: #4877fc;
}
.redLinks a{
	color: #4877fc;
	text-decoration:none;
}