html, body {
    background-color: #FBFBF7;
    color: #000000;
    font-family: Times New Roman;'Hiragino Kaku Gothic Pro',
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    letter-spacing: 1px;
    line-height: 160%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
#container {
    height: 100%;
    margin: 50px 0 0 20px;
}
#header {
	margin: 5px;
    height: 65px;
    padding: 0px 20px 0;
}
td {
    padding: 10px 0px 0px 0px;
}
#footer {
    color: #666666;
    font-size: 9px;
    height: 30px;
    padding: 10px 0 0 25px;
    text-align: left;
}
.caption {
    color: #000000;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 160%;
}
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #595858;
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )"
}
a:active {
    text-decoration: none;
}