/*
 * Boston College Lynch School of Education
 * James J. Favreau  updated 4-2-02
 * this is the spec for all of the stuff that the lynch school may need 
 * that are not supplied on the BC web site
 */



/*----------------------------for dulling the top navigation-----------------------*/
A.g1c, A.g1c:link, A.g1c:visited {text-transform:uppercase;color:#999;text-decoration:none;}
A.g1c:hover {text-transform:uppercase;color:#fff;text-decoration:underline}


/*----------------------------for records-----------------------*/
.field { 
	font-family: verdana, geveva, arial, sans-serif;
	 font-size: 10pt; 
	font-style: italic; 
	text-decoration: underline;
	}

.title { 
	font-family: verdana, geveva, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/*-------------------------colors-----------------------------*/
.red {
	color: #660000;
}

.grey {
	color: #333333;
}

.gold {
	color: #CC9933;
}

/*-------------------------scala for time(grey)-----------------------------*/
.scalasubheadtextgrey {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	background:#fff;
	color:#333333;
	background-color:transparent;
	font-weight:700;
	letter-spacing:0.1em;
}
.scalasubheadtextgrey {
	padding-bottom: 20px;
}  /*N4.x */

/* code for the popup sections [overLib]*/
div#overDiv p {
	margin: 0px;
}

