a:hover{ color: #9FB2C1;} 
a { text-decoration:none; color: #254175;} 

.type { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 12pt;} 
.type2 { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 10pt;} 
.subhead { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; color: #000000;} 
.headline { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000;} 
.small-txt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt;} 
.small-bold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold;}


/*
the following styles added 12-17-04. initially created for hours table on homepage  /matt
*/

.tableTitle	{
	background: url(images/bg_tableTitle) repeat-x left;
	background-color: #6EA0CD;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.tableCell	{
	background: url(images/bg_tableTime) repeat-x right;
	background-color: #5A8FBF;
	padding: 3px;
	}

.tableDay	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    position: relative;
    left: 10px;
	}

.tableTime	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	}