@charset "utf-8";
.BG_Left_Side {
	background-image: url(images/Left_Side.gif);
	background-repeat: repeat-y;
}
.BG_Right_Side {
	background-image: url(images/Right_Side.gif);
	background-repeat: repeat-y;
}
.BG_Top {
	background-image: url(images/Top.gif);
	background-repeat: repeat-x;
}
.BG_Center_Across {
	background-color: #FFFFFF;
	background-image: url(images/Center.gif);
	background-repeat: repeat-x;
}
.BG_Center_Down {
	background-color: #FFFFFF;
	background-image: url(images/Center_V.gif);
	background-repeat: repeat-y;
}
.Title_Font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #DF8C52;
	font-weight: bold;
	font-style: normal;
}
.Sub_Title_Font2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990099;
	font-weight: bold;
	font-style: normal;
}
.Sub_Title_Font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6C6E49;
	font-weight: bold;
	font-style: normal;
}
.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}
.Bold_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.Red_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 10px;
}

