a:link.gl {
	font-family: Arial; font-size: 10pt; color: #0066FF; font-weight: bold }
a:visited.gl {
	font-family: Arial; font-size: 10pt; color: #6633CC; font-weight: bold }
a:hover.gl      { font-family: Arial; font-size: 10pt; color: #FF0000; font-weight: bold }

a:link.buy {
	font-family: Arial; font-size: 12pt; color: #0066FF; font-style: italic; 
	font-weight: bold }
a:visited.buy {
	font-family: Arial; font-size: 12pt; color: #6633CC; font-style: italic; 
	font-weight: bold }
a:hover.buy      { font-family: Arial; font-size: 12pt; color: #FF0000; font-weight: bold }

a:hover.main    { font-family: Arial; font-size: 12pt; color: #0000FF; text-decoration:underline }
a:link.main     { font-family: Arial; font-size: 12pt; text-decoration:none}
a:visited.main  { font-family: Arial; font-size: 12pt; text-decoration:none; color:#800080}
.SalePrice {color: #FF0000; font-size:10pt; font-weight:bold; font-family:Arial}
.SalePrice1 {color: #FF0000; font-size:10pt; font-weight:bold; font-family:Arial}
.RegPrice {font-weight:bold; font-size:10pt; font-family:Arial; text-decoration:line-through}
.RegPrice1 {font-weight:bold; font-size:10pt; font-family:Arial; text-decoration:line-through}
.PartText {font-weight: bold; font-size: 10pt; font-family:Arial}
.PartText1 {font-weight: bold; font-size: 10pt; font-family:Arial}
.TitleText {font-weight: bold; font-size: 10pt; font-family:Arial; color:#000080}
.EndText {color: #FF0000; font-weight: bold; font-family:Arial}


FORM { margin-bottom:0; margin-top:0 }

.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding-left:10;
	padding-right:10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
white-space: nowrap;
}

.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 */