body {
background: url('back.jpg') repeat-x #d6c29c; 
margin:0;
}

td {
font-family:Verdana; font-size:8pt; color: #000;
}

a:link
{
font-family: Verdana; color:#a73834; text-decoration:underline; font-size:8pt;
}
a:visited
{
font-family: Verdana; color:#a73834; text-decoration:underline; font-size:8pt;
}
a:hover
{
font-family: Verdana; color:#a73834; text-decoration:none; font-size:8pt;
}

.menuTd {
background-image:url('menu_back.gif');
height:31px;
border-left: 3px solid #d7c39c; border-right: 3px solid #d7c39c;
border-top: 1px solid #d7c39c; 
border-bottom: 1px solid #d7c39c;
padding-left:20px; padding-right:20px;
}

.menuTd a:link
{
font-family: Verdana; color:#fff; text-decoration:none; font-size:8pt; font-weight:bold;
}
.menuTd a:visited
{
font-family: Verdana; color:#fff; text-decoration:none; font-size:8pt; font-weight:bold;
}
.menuTd a:hover
{
font-family: Verdana; color:#fff; text-decoration:none; font-size:8pt; font-weight:bold;
}

.menuTdEng {
background-image:url('menu_back.gif');
height:31px;
border-left: 3px solid #d7c39c; border-right: 3px solid #d7c39c;
border-top: 1px solid #d7c39c; 
border-bottom: 1px solid #d7c39c;
padding-left:20px; padding-right:20px;
}

.menuTdEng a:link
{
font-family: Verdana; color:#fff; text-decoration:none; font-size:8pt; font-weight:bold;
}
.menuTdEng a:visited
{
font-family: Verdana; color:#fff; text-decoration:none; font-size:8pt; font-weight:bold;
}
.menuTdEng a:hover
{
font-family: Verdana; color:#fff; text-decoration:none; font-size:8pt; font-weight:bold;
}

.bullet {
padding-left:15px; padding-right:15px; padding-top:3px;
}
.bodyTd {
background: url('body_back.jpg') no-repeat #ddd2b5 bottom; 
height:415px;
border-left: 3px solid #d7c39c; border-right: 3px solid #d7c39c;
border-bottom: 3px solid #d7c39c;
padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:20px;
}
.bodyTdGallery {
background: url('body_back.jpg') no-repeat #ddd2b5 bottom; 
height:415px;
border-left: 3px solid #d7c39c; border-right: 3px solid #d7c39c;
border-bottom: 3px solid #d7c39c;
padding-left:10px; padding-right:20px; padding-top:20px; padding-bottom:20px;
}
.contentTd {
background: url('content_back.jpg') no-repeat #fff bottom right; padding-top:13px; padding-left:23px;
}
.activeButton {
height:47; width:247;
background: url('button_active.gif') no-repeat;
color:#a73834; font-weight:bold;
font-size:9pt;
padding-left:10px;
padding-bottom:10px;
}
.activeButton2 {
height:57; width:247;
background: url('button_active_2.gif') no-repeat;
color:#a73834; font-weight:bold;
font-size:9pt;
padding-left:10px; padding-top:2px;
}
.nonActiveButton {
height:38; width:247;
background: url('button_2.gif') no-repeat;
color:#fff; font-weight:bold;
font-size:9pt;
padding-left:10px;
cursor:hand;
}
/*
.nonActiveButton a { display:block; visibilty:visible;}