 body {
    padding:0px;
    margin:0px;
    background-color: #D97D34;
    color: #ffe868;
    font-family:Times New Roman, sans-serif;
    font-size:14px;
 }
 body a {
    color: #ffe868;
    text-decoration:none;
 }
 body a:hover {
    color: #ffe868;
    text-decoration:underline;
 }
 td.pic-title {
    text-align: center;
    height:20px;
    font-size:16pt;
    order:1px solid white;
 }
 td.pic-title-a {
    text-align: center;
    height:16px;
    font-size:14px;
    order:1px solid white;
 }
 td.bottom-menu {
    text-align: center;
    height:45px;
    font-size:16pt;
 }
 td.bottom-menu a {
    color: #ffe868;
    text-decoration: none;
 }
 td.bottom-menu a:hover {
    color: #ffe868;
    text-decoration: underline;
 }
 td.bottom-menu-s {
    text-align: center;
    height:47px;
    font-size:14pt;
    padding-left:5px;
    padding-right:5px;
    padding-top:4px;
 }
 td.bottom-menu-s a {
    color: #ffe868;
    text-decoration: none;
 }
 td.bottom-menu-s a:hover {
    color: #ffe868;
    text-decoration: underline;
 }
 td.menu-line {
    background-image: url('im/menu-line.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;
 }
 td.menu-line-s {
    background-image: url('im/menu-line-s.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;
 }
 
 img.large {
	border:	3px solid rgb(255, 241, 197);
 }