.frmButton {
	cursor: hand;
	background-color: #F4E1C6;
	border: 1px solid #F6D28B;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
}
.frmButtoni {
	cursor: hand;
	background-color: #F4E1C6;
	border: 1px solid #3399FF;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
}
.frmButtonDel {
	cursor: hand;
	background-color: #FFEEFF;
	border: 1px solid red;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
}
.stuText {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #0066CC;
	background-color: #EEFBFF;
}
a:link {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
a:text {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.FThSml {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	line-height: 25px;
}

