.bg_main {
	background-repeat: repeat-x;
	background-position: top;
}
.bg_left {
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right {
	background-repeat: no-repeat;
	background-position: left top;
}
A:link         {color: #2c5bb2; text-decoration: underline; font-family: Arial; font-size:14px;}
A:active     {color: #2c5bb2; text-decoration: underline; font-family: Arial; font-size:14px;}
A:visited      {color: #2c5bb2; text-decoration: underline; font-family: Arial; font-size:14px;}
A:hover      {color: #f15605; text-decoration: underline; font-family: Arial; font-size:14px;}
.main_12 {
	font-family: Arial;
	font-size: 12px;
	color: #2c5bb2;
}
.main_12_green {
	font-family: Arial;
	font-size: 12px;
	color: #177800;
	background-color: #cef359;
}