body {
	font-size : 9pt;
	font-family : arial;
	color : #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px; 
	}

p  {
	font-size : 9pt;
	font-family : arial;
	color : #000000;
    margin-left: 20px;
	margin-bottom: 8px;
	margin-right: 10px; 
	}
	
.productintrotext  {
	font-size : 9pt;
	font-family : arial;
	color : #000000;
	}


.productdescription  {
	font-size : 9pt;
	font-family : arial;
	color : #000000;
	}

.productitem  {
	font-size : 11pt;
	font-family : Arial;
	color : #1b4053;
	font-weight : bold;
	font-style: italic;
    }

.buttonheader  {
	font-size : 10pt;
	font-family : arial;
	color : #000000;
    margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px; 
	}
	
	
.text  {
	font-size : 9pt;
	font-family : arial;
	color : #000000;
    margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 16px;
	margin-right: 10px; 
	}




A:link    { color: #1b4053; text-decoration: none; font-family: Verdana, serif; font-weight : bold; font-style: italic;  font-size: 10pt;}
A:visited { color: #1b4053; text-decoration: none; font-family: Verdana, serif; font-weight : bold; font-style: italic;  font-size: 10pt;}
A:hover   { color: #999999; text-decoration: none; font-family: Verdana, serif; font-weight : bold; font-style: italic;  font-size: 10pt;}



h1  {
	font-size : 12pt;
	font-family : Arial;
	color : #1b4053;
	font-weight : bold;
	font-style: italic;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 16px;
}

h2  {
	font-size : 10pt;
	font-family : verdana, arial;
	color : #1b4053;
	font-style: italic;
    margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}





body{scrollbar-face-color: #000000;
scrollbar-darkshadow-color: #333366;
scrollbar-3dlight-color: #c5c5c5;
scrollbar-arrow-color: #d5dff8;
scrollbar-highlight-color: #d5dff8;
scrollbar-shadow-color: #6a6a6a;
scrollbar-track-color: #1b4053;}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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 */

}





