body{
    font-family:Arial,Sans-Serif;
    font-size:11px;
    font-weight:normal;
    color:#000;
    margin:0px;
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
    background-color: #ffffff;
}
.bg{
    background-image: url('images/bg2.jpg');
    background-repeat: repeat-x;
}
h1{
    font-family:Arial,Sans-Serif;
    font-size:16px;
    font-weight:bold;
    color:#00315e;
}
.txt1{
    font-family:Arial,Sans-Serif;
    font-size:10px;
    font-weight:normal;
    color:#5c5c5c;
    line-height:150%;
}
.txt2{
    font-family:Arial,Sans-Serif;
    font-size:11px;
    font-weight:normal;
    color:#fff;
}
.txt3{
    font-family:Arial,Sans-Serif;
    font-size:11px;
    font-weight:normal;
    color:#00315e;
    line-height:150%;
}

.link1{
    font-family:Arial,Sans-Serif;
    font-size:11px;
    font-weight:normal;
    color:#000;
    text-decoration:underline;
}
.link1:hover{
    color:#8d6000;
}
.link2{
    font-family:Arial,Sans-Serif;
    font-size:11px;
    font-weight:normal;
    color:#fff;
    text-decoration:underline;
}
.link2:hover{
    color:#ffc000;
}

