<style type="text/css">
body{border:0;margin:0;padding:0; background-color:#fff;}
#divCenter {
    position:                      absolute;
    width:    800px; /* object size */
    height:    600px; /* object size */
    left:        50%; /* keep at 50% */
    top:       50%;  /* keep at 50% */
 z-index:      1;
 background-color:  transparent;
    margin-left:        -400px; /* always negative one-half object WIDTH size */
    margin-top:             -300px;  /* always negative one-half object HEIGHT size */
}
.subhead{
        font-family: Times New Roman;
        font-size: 18pt;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        color: rgb(51,25,116);
}
.bodytext{
        vertical-align: top;
        /* font-family: Arial, Helvetica, sans-serif; */
		font-family: Times New Roman;
        font-size: 11pt;
        font-weight: normal;
}
.foottext{
        vertical-align: top;
        /* font-family: Arial, Helvetica, sans-serif; */
		font-family: Times New Roman;
        font-size: 12pt;
        font-weight: bold;
}
        
#navi a , #navi strong {

        color: #fff;
        text-align: left;
        font: 12px Arial,Helvetica,sans-serif;
        font-weight: bold;
        text-decoration: none;

        border: 0px solid #fff;

        display: block;
        width: 187px;
        padding: 4px 7px;
        margin: 0px;
}


#navi strong {
        font-weight: bold;
        background: #fff;
}

#navi a {
        background: #001645;

}

#navi a:hover {
        color: #001645;
        border: 0px;

        background: #DAA72A;
}

#hnavi a , #hnavi strong {
        color: #fff;
        font: 12px Arial,Helvetica,sans-serif;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid #c000c0;
        width: 125px;
        text-align: center;
        padding: 5px;
}

#hnavi strong {
        font-weight: bold;
        background: #800080;
}

#hnavi a {
        background: #800080;

}

#hnavi a:hover {
        color: #fff;
        border: 1px solid #800080;
        background: #a300c0;
}

/* footer text navigation */
#txtnavi a , #txtnavi strong {
        color: #C0C0C0;
        font: 10px Arial,Helvetica,sans-serif;
        font-weight: bold;
        text-align: center;
        padding: 5px;		
}
#txtnavi strong {
        font-weight: bold;
        background: transparent;
}

#txtnavi a {
        background: transparent;
}

#txtnavi a:hover {
        color: #C0C0C0;
        background: transparent;
}
.credit{
        color: #C0C0C0;
        font: 9px Arial,Helvetica,sans-serif;
        font-weight: medium;
}
.credit a{
        color: #C0C0C0;
        font: 9px Arial,Helvetica,sans-serif;
        font-weight: medium;
}


.client{
        color: #343178;
        font: 9px Arial,Helvetica,sans-serif;
        font-weight: medium;
}
.client a{
        color: #343178;
        font: 9px Arial,Helvetica,sans-serif;
        font-weight: medium;
}



</style>