
.plain{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.error{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.label{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}

.button-general, .button-general:link, .button-general:active, .button-general:visited, .button-general:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0000FF;
	border: solid #0000FF;
}
.button-update{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFF00;
}
.button-notes{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFF00;
}

.stat-address{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FF8833;
}

.stat-email{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #00BB00;
}

.stat-parent{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #00FFBB;
}

.stat-phone{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #00BB00;
}

.stat-school{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FF0c0c;
}

.stat-student{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #0088FF;
}
.label-address{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #FF8833;
}

.label-email{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #00BB00;
}

.label-parent{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #0088FF;
}

.label-phone{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #00BB00;
}

.label-school{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #DD0c0c;
}

.label-student{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #0088FF;
}