body {scrollbar-face-color:#BA0034;
scrollbar-arrow-color:#ffff00;
scrollbar-track-color:#ab484c;
scrollbar-shadow-color:#493e3e;
scrollbar-highlight-color:#ab484c;
scrollbar-3dlight-color:#f8f4b5;
scrollbar-darkshadow-Color:#000000;
}

hr {
  border-top-width: 3px;
  border-top-style: double;
  border-top-color: #800000;
  width: 80%;
  }

a:link, a:visited {
	color: #244A8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #800000;
	text-decoration: none;
}

h4 {
color: #808080;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

  table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(borders/shadow/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(borders/shadow/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(borders/shadow/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(borders/shadow/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(borders/shadow/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(borders/shadow/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(borders/shadow/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(borders/shadow/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }


.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #800000;
padding: 5px;
left: -1000px;
border: 2px solid #d6bc70;
visibility: hidden;
color: #ffffff;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 2px;
padding: 0;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 150px; /*position where enlarged image should offset horizontally */
}
