/* this is how comments are done in CSS files */
/* a:link defines link color for all text links */

a:link {
	background-color: transparent;
	color: #555555;
	text-decoration: none;
}

/* a:visited defines visited link color for all text links */
a:visited {
	background-color: transparent;
	color: #555555;
	text-decoration: none;
}

/* a:hover a:hover defines text link properties on mouseover -- DOES NOT WORK in Netscape 4 */
a:hover {
	background-color: transparent;
	color: #CC0000;
	text-decoration: none;
}

/* a:active */
a:active {
	background-color: transparent;
	color: #555555;
	text-decoration: none;
}

body {
	background-color: #DEDEDE;
}

p {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table#hp-outline {
	border: 1px solid #666666;
}

table#status td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
}

td {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td#ap p{
	margin: 0px;
	padding: 0px;
	
}

td#ap a:link {
	background-color: transparent;
	color: #555555;
	text-decoration: underline;
}

td#ap a:visited {
	background-color: transparent;
	color: #555555;
	text-decoration: underline;
}

td#ap a:hover {
	background-color: transparent;
	color: #CC0000;
	text-decoration: underline;
}

td#ap a:active {
	background-color: transparent;
	color: #555555;
	text-decoration: underline;
}


/* feature story (Agganis Arena opening*/

td#arena {
	padding: 5px;
	vertical-align: top;
}

td#arena p {
	line-height: 130%;
	margin: 0px;
	padding: 0px 5px 2px 0px;
}


/* signature style*/
td#signature {
	color: #555555;
	font-size: 9px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 2px;
}

td#signature a:link {
	background-color: transparent;
	color: #555555;
	font-size: 9px;
	text-decoration: none;
}

td#signature a:visited {
	background-color: transparent;
	color: #555555;
	font-size: 9px;
	text-decoration: none;
}

td#signature a:hover {
	background-color: transparent;
	color: #CC0000;
	font-size: 9px;
	text-decoration: none;
}

td#signature a:active {
	background-color: transparent;
	color: #555555;
	font-size: 9px;
	text-decoration: none;
}

/* EMS message style definition */
.ems{
	color: #555555;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

.ems a:link{
	color: #555555;
	text-decoration: underline;
}

/* EMS needs to show links underlined for identification */
.ems a:visited{
	text-decoration: underline;
}

.ems a:hover{
	color: #CC0000;
	text-decoration: underline;
}

.ems a:active{
	color: #555555;
	text-decoration: underline;
}

.news_release {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	margin-bottom: 7px;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 0px;
}

.nr_date {
	color: #CC0000;
	font-weight: bold;
}


