﻿.top {
	background-image: url('image/top.png');
	background-repeat: no-repeat;
	height: 31px;
}
.middle {
	background-image: url('image/middle.png');
}
.specialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 16px;
}
.bottom {
	background-image: url('image/bottom.png');
	background-repeat: no-repeat;
	height: 21px;
}
#toplg {
	background-image: url('image/lgtop.png');
	background-repeat: no-repeat;
	height: 59px;
}
#middlelg {
	background-image: url('image/lgmiddle.png');
	background-repeat: repeat-y;
}
#bottomlg {
	background-image: url('image/lgbottom.png');
	background-repeat: no-repeat;
	height: 70px;
}
.specialtextlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 30px;
}
#s-bg {
	background-image: url('../images/banner_graduation.png');
}
.specialtext-X-lg {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding: 30px;
	color: #000080;
	text-align: center;
}

