body {
        background : #06468C url(images/back_all.jpg) repeat-x;
        font-family: verdana,arial,helvetica,sans-serif;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
}
#logo {
        width : 100%;
        height : 120px;
        background : url(images/header.jpg) no-repeat;
}
table, tr, td {
        padding: 0px 0px;
        background : #13306C url(images/hg-tab.jpg);
        text-align: center;
}
p {
        margin-left: 10px;
        margin-right: 10px;
}
.news {
        color: #E8E8E8;
        font-weight: bold;
        padding: 2px 10px;
        font-size: .8em;
        margin: auto;
        background : #003366 url(images/hg-new.jpg);
}
.footer {
        font-weight: normal;
        font-size: .7em;
        background : #DF0000;
        line-height: 15px;
        padding: 2px 10px;
}
h2 {
        font-size: 1.2em;
        text-align: center;
}
#topnavi {
        background: url(images/topnavi1.jpg);
        height: 29px;
}
.headernavi a:link, .headernavi a:active, .headernavi a:visited {
        color: #FFFFFF;
        background-color: inherit;
        text-decoration: none;
        font-family: verdana,arial,helvetica,sans-serif;
        font-weight: bold;
        font-size: .8em;
        line-height: 29px;
        padding: 0px 10px 0px 10px;
        margin: auto;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
}
.headernavi a:hover {
        background: url(images/topnavibg1.jpg);
        color: #EFEFEF;
        background-color: inherit;
        text-decoration: none;
        font-family: verdana,arial,helvetica,sans-serif;
        padding: 5px 10px 4px 10px;
        margin: auto;
}
a:link {
        color: #ffffff;
        text-decoration: underline;
        font-weight: bold;
}
a:visited {
        color: #FF0000;
        text-decoration: underline;
        font-weight: bold;
}
a:active {
        color: #CFCFCF;
        text-decoration: underline;
        font-weight: bold;
}
a:hover {
        color: #EFEFEF;
        text-decoration: underline;
        font-weight: bold;
}
.link a:link {
        color: #FFFFFF;
}
.link a:visited {
        color: #EFEFEF;
}
.link a:active {
        color: #DFDFDF;
}
.link a:hover {
        color: #0000FF;
