.body {
	background-image: url('images/bg-page.gif');
	background-position: top center;
	background-repeat: repeat-y;
}
.pagetop {
	background-image: url('images/bg-top.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}
.pagebtm {
	background-image: url('images/bg-page-bottom.gif');
	background-position: top center;
	background-repeat: no-repeat;
}
.top-menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #F1F1F1;
	text-decoration:none;
	padding-left:13px;
	padding-right:13px;
	padding-top: 13px;
	padding-bottom:14px;
	DISPLAY: block;
	background: url('images/bg-menu-back.gif');
}
.top-menu:hover {
	color: #F1F1F1;
	text-decoration:none;
	background-image:url('images/bg-menu-back-over.gif');
}
.copyright,
a.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #686868;
	text-decoration:none;
}
a.copyright:hover {
	color: #37940E;
	text-decoration:underline;
}
.content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #686868;
	line-height:18px;
}
.content-links {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #686868;
	line-height:18px;
	text-decoration:underline;
}
.content-links:hover {
	color: #37940E;
	text-decoration:none;
}
.content-title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #48A120;
	line-height:18px;
}
.page-bottom {
	DISPLAY: block;
	background: url('images/bg-page-btm.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
}
.page-top {
	DISPLAY: block;
	background: url('images/bg-page-top.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
}

table.content.mgmt td {
	padding-top:7px;
	padding-right:7px;
	padding-bottom:7px;
	padding-left:7px;
}

table.content.infr td {
	padding-top:14px;
	padding-right:7px;
	padding-bottom:14px;
	padding-left:7px;
	text-align:center;
}

table .student_sr, 
table .student_gen, 
table .student_name, 
table .student_reg {
	padding-top:7px;
	padding-right:7px;
	padding-bottom:7px;
	padding-left:7px;
}
table .student_sr { text-align: center;width:60px; } 
table .student_gen { text-align: center;width:60px; }
table .student_name { text-align: left;width:280px; }
table .student_reg { text-align: center;width:120px; }


