td.top {
    background:#edefeb;
}

td.content {
    background:#ffffff;
    width: 623px;
    color:#455561;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    padding-top: 20px;
    padding-bottom: 20px;
}


select, textarea {color: #455561; font-family:Arial, Helvetica, sans-serif;}

.loginName { color:#455561; font-size: 12px; font-weight:bold;}

.pageTitle { color:#455561; font-size: 18px; font-weight:bold;}

.lgText  { color:#455561;  font-size: 16px; font-weight:bold;}

.medText  { color:#455561;  font-size: 14px; font-weight:bold;}

.boldText   { color:#455561; font-size: 12px; font-weight:bold;}

.newsLink { color: rgb(152, 26, 54); font-size: 16px; font-weight: bold; text-decoration: none; font-family:"trebuchet ms", Arial, Helvetica, sans-serif;}

form { margin: 0; padding: 0; }

.thumbnail{
    position: relative;
    z-index: 0;
}

.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #d7dcd5;
    padding: 5px;
    
    border: 1px solid black;
    visibility: hidden;
    color: #455561;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail span img { /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail img span table{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail span img table{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 160px; /*position where enlarged image should offset horizontally */
}

a.small {color: #455561; font-size: 11px; text-decoration:none;}

table.hoverMenu {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #455561;
	border-collapse: separate;
	background-color: #edefeb;
}
table.hoverMenu th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #455561;
	background-color: #edefeb;
}
table.hoverMenu td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #455561;
	background-color: #edefeb;
}