A:link {
   font-weight: normal;
   color: blue;
   text-decoration: none;
}
.info        { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 8pt }
A:visited {
	font-weight: normal;
   color: blue;
   text-decoration: none;
}
A:active {
	color: blue; 
	text-decoration: none;
}

A:hover {
	font-weight: normal;
	color: red;
 	text-decoration: underline;
}
h3.submenuheader { 
	font-family: Verdana, Arial, Helvetica; 
	color: #FFFFFF; 
	margin-bottom: 0px;
}
p.submenu    { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	margin-top: 5px; 
}
td.submenucell {
	width : 150px;
	background-color: #C0C0C0; 
}
ol.schooladdress {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	margin-top: 0px; 
	margin-bottom: 3px;	
}
.header {
	font-family: Verdana, Arial, Helvetica;
	margin-left: 0px;
	margin-top:  0px;
}
.required {
	color : red;
	font-weight: bold;
}
input.required {
	width : 100px;
	color : black;
	font-weight: normal;
}
.subtotal	{
	border-bottom: 2px solid black;
	border-top: 1px solid black;
	font-weight: bold;
}
.total	{
	font-weight: bold;
	border-bottom: double;
}
.main {
	width:200px;
	height:200px;
	display:none;
	overflow:hidden;
}
.catalog {
	font-size: 14pt;
	font-weight: bold;
}
.blurp {
	font-size: 9pt;
}