body
{
    padding: 0px;
    margin: 0px;
    background-color: #CB3D53;
    font-family: Tahoma;
    font-size: 12px;
    color: Yellow;
}
td.td_thumbnail_title
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
	text-align: center;
	vertical-align: top;
}
td.td_thumbnail_image
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}
img.img_thumbnail_image
{
    border: 0px none;
	FILTER: alpha(Opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
img.img_thumbnail_image:hover {
    border: 0px none;
	FILTER: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
table.thumbs_table
{
    border: 0px none;
}
img.img_full_size_image
{
    border: 0px none;
}
.navigation
{
    text-align: middle;
    font-weight: bold;
}
.navigation a
{
    color: Yellow;
    text-decoration: none;
    font-weight: normal;
}
.navigation a:visited
{
    color: Yellow;
    text-decoration: none;
    font-weight: normal;
}
.navigation a:hover
{
    color: Yellow;
    text-decoration: underline;
    font-weight: normal;
}
.etg
{
    font-family: Tahoma;
    font-size: 12px;
    color: #AA1C32;
}
.etg a
{
    text-decoration: none;
    color: #AA1C32;
}
.etg a:visited
{
    text-decoration: none;
    color: #AA1C32;
}
.etg a:hover
{
    text-decoration: underline;
    color: White;
}