.noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.noline2 {
	text-decoration: none;
}
.student {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F00;
	text-align: left;
	padding: 5px;
}
.studentinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 5px;
}
.table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	display: table-row;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	height: auto;
	width: 640px;
}
.menuborder {
	vertical-align: top;
	float: left;
}

.tableborder {
	text-align: center;
	height: auto;
	width: auto;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #333;
	border-left-color: #333;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #333;
}
