/* CSS Document */

.style1 {/*The Heading Sections of the forms*/
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#660000;
	font-weight: bold;}
.style2 {/* the labels of the form fields*/
	color: #320000; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
}
.style3 {/*subheadings*/
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {/*Warning Text*/
	color:#003399;
	font-weight:bold;
	font-size:medium;
	font-family:Arial, Helvetica, sans-serif;}
.style5 {/*Stars for required fields*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:24px;
	color:#003399;}
.style6 {/*Form BackGround Color*/
	background-color:#cccccc;}
.style7{/*ABOVE FORM : classification IE (admin/student/business)*/
	color:#660000;
	font-size:x-large;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.style8{/*ABOVE FORM : Title IE* (line programming form)*/
	color:#000000;
	font-size:large;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}	
.style9{/*ABOVE FORM : Hours of operation*/
	color:#333333;
	font-weight: bold;
	font-size:medium;
}
.style10{/*Links Locally specified color*/
	color:#004422;
}
a {/*The color of links*/
	color: #004422;
 	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;}

a span {display:none} /*Hide Any span inside a link tag*/
a:hover {/*Set the backgrouns when hovering about a link*/
	background-color:#CCCCCC;
	text-decoration:none;}
a:hover span {/*Unhide span and make a box to put the text into*/
  margin:10px;
  position: absolute;
  display: block;
  width:200px;
  background: #004422;
  font-weight:500;
  color:#FFFFFF;
  padding-left:5px;
  font-family:"Bookman Old Style";
  border: 2px solid #000000; elevation:above}


