/* CSS Document */

<style type="text/css">
<!--
.style1 {
	font-family: "Century, serif";
	font-size: 14px;
	font-weight:bold;

	}

.myTable { }

a:link {color: black}     /* unvisited link */
a:visited {color:#333333}  /* visited link */
a:hover {color: #E51837;} /* mouse over link */
a:active {color: #CCCCCC}   /* selected link */
a { text-decoration:none }

.Headerb {
    color: #969696;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;

}


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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

}

.main {
	font-family: "Century, serif";
	font-size: 14px;
	margin-left:25px;}
	
	.btn a{font-family: Arial; text-decoration:none; color:#000000; font-weight:bold;}
.style6 {font-size: 16px}
.style8 {font-size: 16px; font-family: Arial; }
 .myImg {border: 1px black solid}
-->
</style>
