/* CSS Document */


img{border:0}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#f8ffa7;
}

.page_bg_top {
	background-repeat:no-repeat;
	background-color: #f8ffa7;
	background-position:bottom;
	height:0px;
	background-image: url(img/body_01.png);
	width:100%;

	text-align: center;
}
.page_bg_mid {
	background-repeat: repeat-y;
	background-color: #f8ffa7;
	background-position: center;
	background-image: url(img/body_02.png);
	width:auto;
	text-align: center;
}
.page_bg_bottom {
	background-repeat: no-repeat;
	background-color: #f8ffa7;
	background-position: top;
	background-image: url(img/body_03.png);
	height:5;
	width:100%;

	text-align: center;
}

.byy_topmenu{
	background-repeat:no-repeat;
	font-size: 12px;
/*	color: #FFFFFF;
	background-color: #265aa3;	*/
	background-color: #000000;
	font-style: normal;
	text-decoration: none;
}


.byy_topmenu a:link {color: #FFFF99;text-decoration:none}     /* unvisited link */
.byy_topmenu a:visited {color: #FFFF99;text-decoration:none}  /* visited link */
.byy_topmenu a:hover {color: #FFF;}   /* mouse over link */
.byy_topmenu a:active {color: #FFFF99;text-decoration:none}   /* selected link */	



.byy_midmenu{
	font-size: 12px;
/*	color: #FFFFFF;
	background-color: #265aa3;	*/
	background-image: url(img/mid.jpg);
	font-style: normal;
	text-decoration: none;
}


a:link {color: #000000;text-decoration:underline}     /* unvisited link */
a:visited {color: #000000;text-decoration:underline}  /* visited link */
a:hover {color: #F60;text-decoration:underline;background:#F60E}   /* mouse over link */
a:active {color: #000000;text-decoration:underline}   /* selected link */	


td{
	font-size:12px;
	background:#E9E9E9;
}
p{
	font-size:12px;
	background:#E9E9E9;
}

th{
	font-size:12px;
	background:#999999;
	font-weight:normal;
	color:#FFFFFF
}



.teacher_name{
	font-size:18px;


}


.course_name{
	font-size:22px;
	font-weight:bold;
}
.class_name{
	font-size:20px;
	font-weight:bold
}

