.content {color: #000000; font-family: arial; font-size: 11px;}
.indexfoot {color: #fee202; font-family: arial;  font-size: 11px;}
.companyfoot {color: #ffffff; font-family: arial;  font-size: 11px;}

a:link {  color: #0000ff; text-decoration: underline}
a:visited {  color: #0000ff; text-decoration: underline}
a:hover {  color: #000000; text-decoration: underlne}
a:hover.foot {  color: #ff0000; text-decoration: underline}
{
	
SCROLLBAR-FACE-COLOR: #1717A9; SCROLLBAR-HIGHLIGHT-COLOR: #9395D4; SCROLLBAR-SHADOW-COLOR: #9395D4; SCROLLBAR-3DLIGHT-COLOR: #638ed6; SCROLLBAR-ARROW-COLOR: #9395D4; SCROLLBAR-TRACK-COLOR: #efefef; SCROLLBAR-DARKSHADOW-COLOR: #4a7ac9;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image-Dynamic Drive Popup Image Viewer CSS*/
position: absolute;
background-color: #0000ff;
padding: 5px;
left: -1000px;
border: 3px double gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
cursor:pointer;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 80px; /*position where enlarged image should offset horizontally */
}

.thumbnail span {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.tableblue {
border-width: 10px;
border-style: groove;
border-color: #283781;
background-color: #ffffff;
}

.tablered {
border-width: 2px;
border-style: solid;
border-color: #E20207;
background-color: #ffffff;
}

