html, body {
 height:100%;
 margin: 0;
 padding: 0;
 border: none;
 text-align: left;
 background-color: #FEFFF1;
}

td{
 vertical-align: top;
 font: 14px, normal, arial;
}
td.menu{
 vertical-align: middle;
 height: 40px;
 font: 14px, normal, arial;
 font-weight: bold;
 color: white;
 padding-right: 70px;
 text-align: right;
}
a.menu{
 text-decoration: none;
 color: white;
}
a.menu:hover{
 text-decoration: underline;
 color: #fefff1;
}
a{
 text-decoration: underline;
 color: darkred;
}
a:hover{
 text-decoration: underline;
 color: black;
}

td.header {
 background-image: url('pic/header.jpg');
 background-repeat: no-repeat;
}

table.xmenu {
 background-image: url('pic/left_bg.jpg');
 background-repeat: repeat-y;
}

td.xmenu {
 background-image: url('pic/left_top.jpg');
 background-repeat: no-repeat;
}

td.leftend {
 height:100%;
 background-image: url('pic/left_button.jpg');
 background-repeat: no-repeat;
 background-position: bottom left;
}