body {
    margin-top: 0px;
    background-color: #000000;
	background-image:url(BGstrip.jpg);
    background-attachment: fixed;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
	
}
.mylist {
	color: #FFFFFF;
	font-size: 18px;
}
#table1 {
    background-image:url(../images/htmlpageBG.jpg);
    height: 501px;
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
.style9 {font-size: 9px}
.style10 {font-size: 12px; color:#FFFFFF; letter-spacing: 6px;}
.style11 {
	font-size: 12px;
	color: #333333;
}
.style14 {font-size: 14px; font-weight: bold; color: #990000; }



.style17 {font-size: 14px; font-weight: bold; color: #009933; }
.style18 {font-size: 12px; color: #990000; font-weight: bold; }
.style28 {font-size: 18px}
.style20 {font-size: 14px; font-weight: bold; color: #000000; }
.style21 {
letter-spacing: 1px;
font-size: 14px;

}
.style22 {
	color: #FFFFFF;
}
.style23 {
	color: #FFFFC1;
	font-size:12px;
}
.style24 {
	color: #999999;
}
.style26 {font-size: 12px; color: #000000;}
a:link {
	color: #E7E29A;
	text-decoration: none;
}
a:visited {
	color: #E7E29A;
	text-decoration: none;
}
a:hover {
	color: #A49C59;
	text-decoration: none;
}
a:active {
	color: #E7E29A;
	text-decoration: none;
}


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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: thin;
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: -70px;
left: 500px; /*position where enlarged image should offset horizontally */

}



.divname2 { background-color: transparent; margin-right: 0px; position: absolute; z-index: 10; height: 300px; width: 200px; left: 0%; top: 900px;overflow: hidden;}