/* Base Style */

td,th {
	font-size: 14px;
	line-height: 125%;
	color: #666666;
}
.bg_gray {
	background-color: #CCCCCC;
}
.bg_menu {
	background-image: url(img/bg_sub.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_r-gry {
	background-color: #EFEFEF;
}
.bg_r-blue {
	background-color: #E0E0F8;
}
.bg_r-green {
	background-color: #EEFDD9;
}
.bg_r-orange {
	background-color: #FBE9CE;
}
.orange {
	background-color: #EA9A27;
}
.blue {
	color: #0B4068;
}
.green {
	color: #5E8C62;
}
.font_18 {
	font-size: 18px;
	line-height: 125%;
}
a:link {
	color: #44A305;
	text-decoration: none;
}
a:visited {
	color: #44A305;
	text-decoration: none;
}
a:hover {
	color: #CD7F12;
}
a:active {
	color: #44A305;
}


#moveLeft{
	width:300px;
	float:left;
	margin:0
}

#moveright{
	width:260px;
	float:right;
	margin:0px;
}

.border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

