    a:link { color : #0033FF;
             text-decoration : none; }

    a:active { color : #0033FF;
               text-decoration : none; }

    a:link:hover { color : #FF3300;
              text-decoration : underline; }

    a:visited { color : #0033FF;
                text-decoration : none; }

    a:visited:hover { color : #FF3300;
                text-decoration : underline; }

.copyright { color : #FFFFFF; font-size: 10px}
.small  { color : #4D4D4D; font-size: 10px}

/* top */

#box-top{
width:428px;
background-color:#f2f2f2;
padding-bottom:5px;
}

#box-top p{
width:400px;
margin:5px 14px;
padding:10px 0px 0px 0px;
font-size:80%;
}

#box-top .container-left{
float:left;
width:200px;
margin-left:8px;
}

html>body #box-top .container-left{
margin-left:16px;
}

#box-top .container-right{
float:right;
width:200px;
margin-right:3px;
}

html>body #box-top .container-right{
margin-right:6px;
}

#box-top .sh-clear{
clear:both;
}

#box-bottom{
clear:both;
text-align:center;
padding:5px 0px;
}

#box-bottom img{
width:395px;
margin:0px auto;
border:0px;
}

#table-link{
margin-top:5px;
}

#table-link td{
vertical-align:middle;
font-size:10px;
padding:5px;
}

