A:link {color: #000080; font-size:12px; text-decoration: none} 
A:visited {color: #000080; font-size:12px; text-decoration: none}
A:active {color: #000080; font-size:12px; text-decoration: none} 
A:hover {color: #0000FF; font-size:12px; text-decoration: none}
A.side:link {color: #ffffff; font-size:13px; text-decoration: none} 
A.side:visited {color: #ffffff; font-size:13px; text-decoration: none}
A.side:active {color: #ffffff; font-size:13px; text-decoration: none} 
A.side:hover {color: #ff6600; font-size:13px; text-decoration: underline}
A.body:link {color: #000080; font-size:12px; text-decoration: none} 
A.body:visited {color: #000080; font-size:12px; text-decoration: none}
A.body:active {color: #000080; font-size:12px; text-decoration: none} 
A.body:hover {color: #0000FF; font-size:12px; text-decoration: underline}
DIV.PgTitle {color: #000000; font-size:16px; text-decoration: none}

TD{font-family: Arial, veranda, Helvetica, sans-serif; font-size:12px;}

<!--- body{
	background: url(images/BackgroundBoxes.gif) center top no-repeat #808A93;	
} --->

td.RightSide{
	background: url(images/RightBckg.gif) center top no-repeat #808A93;	
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 0px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 240;
left: -3px; /*position where enlarged image should offset horizontally */

}
