.hd {
	background-color: #FFFFFF;
	background-image: url(images/mhead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bac {
	background-attachment: fixed;
	background-color: #64B4E5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 13pt;
	color: #333333;
}
.textborderbtm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 13pt;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #52AAE7;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-weight: bold;
	color: #CC0000;
}
.tab {
border-bottom-style: solid;
border-bottom-color: #66B7F1; 
border-bottom-width: 1px;
}

.program_table td{
vertical-align:top;
border:solid 1px #B3DCF9;
}

.program_table tr{
background-color:#FFFFFF;
}
.program_table tr:hover{
background-color:#F0F8FE;
}

