/* 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;
}

a.white11:link {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

/* a:visited defines visited link color for all text links */
a.white11:visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

/* a:hover a:hover defines text link properties on mouseover -- DOES NOT WORK in Netscape 4 */
a.white11:hover {
	background-color: transparent;
	color: #bfbfbf;
	text-decoration: none;
}

/* a:active */
a.white11:active {
	background-color: transparent;
	color: #ffffff;
	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#hp-outline-r {
	border-right: 1px solid #666666;
}

table#hp-outline-t {
	border-top: 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;
}

/* feature story (Anna Piliavsky style*/

td#ap {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

td#ap p {
	line-height: 130%;
	margin: 0px;
	padding: 0px 5px 2px 0px;
}

/* 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;
}

.inputbox {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td#sidenav {
	/*padding-right: 20px;*/
	/*padding-top: 28px;*/
	width: 150px;
}

#sidenav li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

#sidenav li a {
	border-bottom: 1px solid #CACACA;
	display: block;
	padding: 4px 5px 3px 0.9em;
	text-decoration: none;
	width: 95%;
}

#sidenav li a.activelink {
	background: url(../images/sidenav-arrow-over.gif);
}

#sidenav li a:hover.activelink {
	background: url(../images/sidenav-arrow-activeover.gif);
}

#sidenav li a:hover {
	color: #CC0000;
	background: #F4F4F4;
}

#sidenav ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidenav ul ul {
	border: none;
	list-style: none;
	margin-left: 1em;
	}
