td.content {
	padding: 7px;
}
td.heater {
	font-family: Arial;
	font-size: 11pt;
	color: #1B6C76;
	white-space: nowrap;
	background-color: #B1CACF;
	height: 0.6cm;
	padding: 5px;

}
td.stat {
	font-family: Arial;
	font-size: 11pt;
	color: #1B6C76;
	white-space: nowrap;
	height: 0.6cm;
	padding: 5px;
}
td.mailstat {
	font-family: Arial;
	font-size: 8pt;
	color: #1B6C76;
	white-space: nowrap;
	height: 0.4cm;
	padding: 3px;
}
td.statwrap {
	font-family: Arial;
	font-size: 11pt;
	color: #1B6C76;
	height: 0.6cm;
	padding: 5px;
}
td.fixed {
	font-family: Arial;
	font-size: 11pt;
	color: #1B6C76;
	white-space: nowrap;
	background-color: #D8E4E7;
	height: 0.6cm;
	padding: 5px;
}
a {
	font-family: Arial;
	font-size: 8pt;
	color: #000080;
	text-decoration: none;
}
a.menu {
	font-family: Arial;
	font-size: 10pt;
	color: #50A0A9;
	text-decoration: none;
}
a.menu_selected {
	font-family: Arial;
	font-size: 10pt;
	color: #1E7B86;
	text-decoration: none;
}

a.lisamenu {
	font-family: Arial;
	font-size: 8pt;
	color: #50A0A9;
	text-decoration: none;
}
a.lisamenu_selected {
	font-family: Arial;
	font-size: 8pt;
	color: #1E7B86;
	text-decoration: none;
}
a.intext1 {
	font-family: Arial;
	font-size: 11pt;
	color: #1E7B86;
	text-decoration: underline;
}
a.intext1:hover {text-decoration: none}

hr{
	height: 1px;
	border-style: none;
	color: black; /* need this for IE */
	background-color: black;  /* need this for Mozilla */
}



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #1B6C76; /* 313131 */
visibility: hidden;
z-index: 500;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 499;
}


