.pane1 {
	background-attachment: fixed;
	background-image: url(pane1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	display: block;
}
.pane2 {
	background-attachment: fixed;
	background-image: url(pane2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 180px;
	width: 400px;
}
.pane {
	width: 400px;
	height: 200px;
}
.pane3 {
	background-attachment: fixed;
	background-image: url(pane3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 400px;
}


.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
	height: 160px;
	margin: 0px;
}
.sidecrv {
	background-attachment: fixed;
	background-image: url(sidecrv.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
}

.stud {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	border-right-style: none;
}
.brdr {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
.LASU {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.courses {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
}
