body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
}
img {
	vertical-align: middle;
	border: 0px #000000 solid;
}
.menuLink {
	text-decoration: none;
	color: #000000;
}
.menuMain {
	width:130px;
	height: 19px;
	background-image:url('images/menu.png');
	padding-left: 20px;
}
.menuSub {
	width:110px;
	height: 19px;
	background-image:url('images/menu_sub.png');
	padding-left: 40px;
}
.border {
	padding: 0px;
	border: 1px #000000 dotted;
}
.body {
	position: absolute;
	width: 900px;
	height: 650px;
	z-index: 1;
	left: 156px;
	top: 67px;
	background-image:url('images/background.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 156px 67px;
	padding-left: 5px;
	padding-right: 5px
}
.menu {
	position: absolute;
	width: 150px;
	height: 650px;
	z-index: 2;
	left: 2px;
	top: 67px;
	background-image:url('images/bg_menu.png');
	background-repeat: no-repeat;
}
.head {
	position: absolute;
	width: 1054px;
	height: 62px;
	z-index: 3;
	left: 2px;
	top: 2px;
	background-image:url('images/bg_head.png');
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}
.footer {
	font-size: 10px;
	position: absolute;
	width: 1054px;
	z-index: 4;
	top: 721px;
	left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.tableCenter {
	margin-left: auto;
	margin-right: auto;
}
.pageHeader {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}
.defragscript{
	font-family: Lucida Console;
	font-size: 12px;
}
.seriesName{
	font-size: 20px;
	font-weight: bold;
}
.schoolClassBorder{
	background-color: #C0C0C0;
}
.schoolClassContents{
	width: 211px;
	vertical-align: top;
}
.schoolJenClassContents{
	width: 155px;
	vertical-align: top;
}
.textBox{
	border: solid 1px #d1d1d1;
	height:17px;
	font-size:11px;
	color:#090909;
	padding:4px 0 0 9px;
	background-image: url('images/textBoxBackground.gif');
}
input, textarea{
	font-size: 11px;
}
textarea{
	border: solid 1px #d1d1d1;
	color:#090909;
	padding:4px 0 0 9px;
}