.pb_body {
    color: #03317C;  font-size: 20px;  font-style: italic;  font-family: 'Times';
}
.text {}

h1 {
    color: #03317C;
    font-size: 40px;
    height: 34px;
    line-height: 23px;
    font-weight: bolder;
    font-style: italic;
}
h2 {
    color: #03317C;
    font-size: 22px;
    /* height: 25px; */
    line-height: 12px;
}
h3 {
    color: #03317C;
    font-size: 15px;
    /* height: 25px; */
    line-height: 10px;
}


.line {
    background: #03317C;
    height: 2px;
    /* margin: 0 20px; */
}
.pic {
    text-align: center;
}

/* #FFF 0%,#617EAD*/
.box
{
background: -moz-linear-gradient(left, #FFFfff 0%, #617EAD 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,FFFfff), color-stop(100%,#617EAD));
background: -webkit-linear-gradient(left, #FFFfff 0%,#617EAD 100%);
background: -o-linear-gradient(left, #FFFfff 0%,#617EAD 100%);
background: -ms-linear-gradient(left, #FFFfff 0%,#617EAD 100%);
background: linear-gradient(left, #FFFfff 0%,#617EAD 100%);
margin: 15px auto 15px auto;
width: 820px;
padding: 25px;
border: 1px solid;
}

.logo {
    width: 400px;
   
    
}
.headertext {
    color: #03317C;
    font-size: 23px;
    /* left: 420px; */
    /* position: relative; */
    /* top: -13px; */
    text-align: right;
}