html,body {
	overflow-x:hidden;
	
	}

/*___________________ main body info ___________________*/

.bodyinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-indent: 0px;
	line-height:15px;	
}

.bodyinfo a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration:none;
	line-height: normal;
	font-weight: normal;
	color:#666666;
	text-indent: 0px;
	line-height:15px;	
}

.bodyinfo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration:underline;
	line-height: normal;
	font-weight: normal;
	color:#000000;
	text-indent: 0px;
	line-height:15px;	
}


.bodyinfoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	color:#3D724C;
	text-indent: 0px;
	line-height:15px;	
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	
	line-height:12px;
	font-weight: normal;
	color:#FFE090;	
}



/*___________________ sublinks ___________________*/
.sublinks a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration:none;
	line-height: 20px;
	font-weight: normal;
	color:#007AFF;
	text-indent: 0px;	
}

.sublinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;	
}
/*___________________ 
.sublinks a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;	
}
___________________*/




/*___________________ Leftnav ___________________*/

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-indent: 0px;
	line-height:15px;
	}
	
.leftnav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-indent: 0px;
	line-height:15px;
	text-decoration:none;
	}



.leftnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	line-height:15px;
	text-decoration:none;
	}

.leftnav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-indent: 0px;
	line-height:15px;
	text-decoration:none;
	}
	

/*___________________ Timetable Calendar ___________________*/

#timetable {
	border-collapse:collapse;
	border-color:#000000;
	table-layout:200 px;	
	}


#timetable .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration:none;
	font-weight: normal;
	color:#3D724C;
    background-color:#99CC66;
	padding-left:5px;
	background-color:#99CC66;
	border-left-width:7px;
	border-left-color:#99CC66;
	border-left-style:solid;
	
    }

#timetable .odd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration:none;
	line-height: 15px;
	font-weight: normal;
	color: #3D724C;
	background-color: #D1DDD4;
	padding-left:5px;
	background-color: #D1DDD4;
	border-left-width:7px;
	border-left-color:#D1DDD4;
	border-left-style:solid;
    }

#timetable .even{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration:none;
	line-height: 15px;
	font-weight: normal;
	color: #3D724C;
	padding-left:7px;
	border-left-width:thick;
	border-left-color: #FFFFFF;
	border-left-style:solid;
    }