body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: e5e5e5;
}
.bg_top {
	background-image: url(../images/body_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg_down {
	background-image: url(../images/body_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.txt_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt_main_b {
	font-size: 12px;
	font-weight: 900;
}
.txt_title_14 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt_title_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.txt_red {
	color: #FF0000;
}
.txt_org {
	color: #FF9900;
}
.txt_yellow {
	color: #FFFF00;
}
.txt_green {
	color: #336600;
}
.txt_turq {
	color: #3DBAB0;
}
.txt_blue {
	color: #0000FF;
}
.txt_purple {
	color: #423061;
}
.txt_white {
	color: #FFFFFF;
}
.txt_grey {
	color: #666666;
}
.txt_brown {
	color: #593F1C;
}
.txt_pink {
	color: #FF3399;
}
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
a:active {
	color: #336600;
	text-decoration: none;
}
