body {
    background-image: url("backgrnd.jpg");
}
td.td_thumbnail_title
{
	text-align: center;
	vertical-align: top;
	padding-top: 5px; padding-bottom: 5px;
	background-color: #D0D0D0;
    border: 1px solid #7F7F7F;
    color: #80002A;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Verdana';
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #D0D0D0;
    border: 1px solid #7F7F7F;
}
img.img_thumbnail_image
{
    border: 1px solid #7F7F7F;
	FILTER: alpha(Opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
img.img_thumbnail_image_on {
    border: 1px solid #7F7F7F;
	FILTER: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
table.thumbs_table
{
    border: 0px none;
}
img.img_full_size_image
{
    border: 1px solid #7F7F7F;
}
table.image_title {
    border: 0px none;
    width: 100%;
}
img {
    border: 0px none;
}
.etg_link_text
{
	font-size: 11px;
	color: #999999;
	font-family: Verdana;
	text-decoration: none;
}
a:hover.etg_link_text
{
	color: Blue;
	text-decoration: underline;
}