@charset "utf-8";
.top_bg {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bottom_bg {
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.left_bg {
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_bg {
	background-image: url(images/right_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.menu_top_bg {
	background-image: url(images/menu_top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.normal_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.menu_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A79DC;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 30px;
}
.menu_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A79DC;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.head_txt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2A79DC;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 30px;
}
