body
{
	color: #000;
	background-color: #fff;
	font-family: 'Goudy Old Style', serif;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
}
h3 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 10px;
}
a
{
	color: #000;
}
td
{
	font-family: 'Goudy Old Style', serif;
	font-size: 20px;
	vertical-align: top;
}
img {
    border: 0px none;
}

td.td_thumbnail_title
{
	text-align: center;
	vertical-align: top;
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
    border: 0px none;
    background-color: #333;
}
img.img_thumbnail_image
{
    border: 1px none;
    padding: 3px;
	FILTER: alpha(Opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
img.img_thumbnail_image:hover {
	FILTER: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
img.img_thumbnail_image_on {
    border: 1px solid #FFFFFF;
    padding: 3px;
	FILTER: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
table.thumbs_table
{
    border: 0px none;
    margin-top: 7px;
	background-color: #333;
}
img.img_full_size_image
{
    border: 1px solid #333;
}
table.navigation_table {
    border: 0px none;
    float: right;
}
table.navigation_table img:hover {
    position: relative;
    left: -1px;
    top: -1px;
}
table.image_table {
    border: 0px none;

}
table.image_table td {
    width: 48px;
    text-align: center;
    vertical-align: middle;
}
img.opacity07 {
	FILTER: alpha(Opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
img.opacity07:hover {
	FILTER: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.etg_link_text
{
	font-size: 11px;
	color: #6D6058;
	font-family: Verdana;
	text-decoration: none;
}
a:hover.etg_link_text
{
	color: White;
	text-decoration: underline;
}