body {
	Background-color: #000d51;
	background-image:  url(images/backb.jpg);
	background-attachment:fixed;
}
a:link {
	font-weight: bold;
	color: #0000FF;
}table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Tahoma;
	font-size: 36pt;
	letter-spacing: -1px;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	color: #0000FF;
}
a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0000FF;
}
h2 {

	font-family: Tahoma;
	font-size: 18pt;
	letter-spacing: -1px;
	font-weight: bold;
}
h3 {


	font-family: Tahoma;
	font-size: 14pt;
	letter-spacing: -1px;
	font-weight: bold;
}
.sales_table {
	border: medium dashed #000000;
}
/*Cool Hover Image CSS */
.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #DFE8F7;
padding: 5px;
left: -1000px;
border: 1px solid;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}