@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bg_yellow1 {
	background-color: #fff5bf;
	background-image: url(images/bg_yellow1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_yellow2 {
	background-color: #fff5bf;
	background-image: url(images/bg_yellow2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_yellow3 {
	background-color: #fff5bf;
	background-image: url(images/bg_yellow3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg_dot1 {
	background-color: #fff5bf;
	background-image: url(images/bg_dot1.jpg);
	background-repeat: repeat-y;
}
.bg_dot2 {
	background-color: #fff5bf;
	background-image: url(images/bg_dot2.jpg);
	background-repeat: repeat-y;
}


.text_green1 {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #399760;
	line-height: 20px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: none;
}

.text_orange1 {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #d15517;
	line-height: 27px;
}
.text_orange2 {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #d15517;
	line-height: 20px;
}
.text_white {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
}
.bg_links {
	background-image: url(images/bg_links.gif);
	background-repeat: no-repeat;
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #399760;
	padding-left: 30px;
}
.text_red1 {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #C00;
	font-weight: bold;
	line-height: 27px;
}
.text_black {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666;
}
.text_green2 {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #399760;
	text-decoration: underline;
}
