* {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}
body
{
    background-color: White;
	font-family: Tahoma;
	font-size: 12px;
    color: Black;
}
td.td_thumbnail_title
{
	text-align: center;
	vertical-align: top;
	padding: 5px 10px 10px 10px;
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px 5px 10px;
}
img.img_thumbnail_image
{
    border: 0px none;
    -moz-box-shadow: 2px 2px 2px 0px #999999;
    -webkit-box-shadow: 2px 2px 2px 0px #999999;
    box-shadow: 2px 2px 2px 0px #999999;
}
img.img_full_size_image
{
    border: 0px none;
}
table.main_table {
    padding-top: 10px;
}
table.main_table td {
    text-align: center;
    vertical-align: middle;
}
table.thumbs_table
{
    margin: 10px 30px 10px 30px;
}
td.inner_border
{
    border: 5px solid #EAEAEA;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
table.navigation_table {
    width: 100%;
    border: 0px none;
    padding: 5px 0px 5px 0px;
}
table.navigation_table td.page_nav {
    width: 80px;
    text-align: center;
}
table.navigation_table td.back_nav {
    text-align: center;
}
table.navigation_table a {
    text-decoration: none;
    cursor: pointer;
    color: Blue;
}
table.navigation_table a:hover {
    color: Blue;
    text-decoration: underline;
}
.etg_link_text
{
    color: #AAAAAA;
}
a.etg_link
{
    color: #AAAAAA;
    text-decoration: none;
}
a:hover.etg_link
{
    color: Blue;
    text-decoration: underline;
}