body         {background: #FFFFFF; font-family: Helvetica, Arial, sans-serif; font-size: 12pt;}

A:link			{	color: Black;	text-decoration:underline;}
A:visited		{	color: Gray;	text-decoration:underline;}
A:hover		{	color: Silver;	text-decoration:none;}

A.orange:link, A.thumbnail:link			{	color: #FF6600;	text-decoration:underline;}
A.orange:visited, A.thumbnail:visited {	color: #FF6600;	text-decoration:underline;}
A.orange:hover, A.thumbnail:hover		{	color: Gray;	text-decoration:none;}

A.dppnav:link		{color: #56A791; text-decoration: none;}
A.dppnav:visited		{color: #56A791;	text-decoration: none;}
A.dppnav:hover		{color: #12563F;	text-decoration: none;}

.pagetitle{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight : bold;
	text-transform : none;
	line-height : normal;
}
.bodytitle    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight : bold;
	text-transform : none;
	line-height : normal;
}
.bodytext	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
}
.bodylink    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: Black;
	font-weight: normal;
	text-transform : none;
	line-height : normal;
}
.bodycaps    { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt
	color: Black;
	font-weight: normal;
	text-transform : uppercase;
	line-height : normal;
}
.artistname{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: Black;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
}
.artistnamelink   {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight : bold;
	text-transform : uppercase;
	line-height : normal;
}
.artworktitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
}
.artworksize  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	text-transform : none;
	line-height : normal;
}
.artworktype{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	text-transform : none;
	line-height : normal;
}
.artworkprice{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
}
.artworksold{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: Black;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
}
.moreworklink{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: Black;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
}
.categorylink{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	text-transform : none;
	line-height : normal;	
}
.categorytitle{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	color: Black;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
}
.dpp{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	text-transform : none;
	line-height : normal;
}



.thumbnail{
position: relative;
color: #FF6600;	text-decoration:underline;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border:#999 1px solid;
background:#fff;
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: -165px;
text-align:center;
left: 0px; /*position where enlarged image should offset horizontally */

}