.font_impact {
	font-family: Impact;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.font_arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.img_margin{
	margin-left: 10px;
	padding-left: 10px;
}
.b {
	font-weight: bold;
}
.font120 {
	font-size: 120%;
}
.font180 {
	font-size: 180%;
}
.color1 {
	color: #FF0000;
}
.color2 {
	color: #FF9900;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.bgcolor1 {
	background-color: #CCCCCC;
}
.bgcolor2 {
	background-color: #38e2c4;
}
.bgcolor_wh {
	background-color: #FFFFFF;
	color: #333333;
}
.bgcolor_bk {
	background-color: #000000;
	color: #cccccc;
}
.bgcolor_bl {
	background-color: #00CCFF;
	color: #333333;
}
.txt80 {
	font-size: 80%;
}
.foot_teacher {
	background-color: #FFFFCC;
	padding-top: 2px;
	padding-bottom: 5px;
}
