body {

    margin-right:0px;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    background: url('img/bg_grad_color.jpg');
    background-color:#ffffff;

}

a:link,a:visited{

    color:#2953a6;
    font-weight:normal;
    text-decoration:underline;
    font-size:12px;

}
a:hover{

    color:#2953a6;
    font-weight:normal;
    text-decoration:none;
    font-size:12px;

}

a.pr:link,a.pr:visited{

    color:#e60012;
    font-weight:bold;
    text-decoration:none

}
a.pr:hover{

    color:#e60012;
    font-weight:bold;
    text-decoration:none

}

a.wht:link,a.wht:visited{

    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    font-size:13px;

}
a.wht:hover{

    color:#ffffff;
    font-weight:bold;
    text-decoration:underline;
    font-size:13px;

}

td{

    font:12px/16px arial, verdana, helvetica, sans-serif;
    font-weight: normal;
    color:#333333
    
}

input.simple{
    padding-left:4px;
    padding-right:4px;
    height:20px;
    border:1px solid #333333;
    background-color:#ffffff;
    color:#333333;
    font:11px/14px tahoma, arial, verdana, helvetica, sans-serif;
    width:176px
}

textarea{
    padding:4px;
    border:1px solid #333333;
    background-color:#ffffff;
    color:#333333;
    font:11px/14px tahoma, arial, verdana, helvetica, sans-serif
}

select{
    height:20px;
    border:1px solid #333333;
    background-color:#ffffff;
    color:#333333;
    font:11px/14px tahoma, arial, verdana, helvetica, sans-serif
}

hr{

    border: 0;
    width: 100%;
    color: #6aa1d7;
    background-color: #6aa1d7;
    height: 1px;

}

h3{

    font-size: 16px;
    font-weight: bold;
    color: #0087ED

}

h1{
    height: 28px;
    padding-top: 2px;
    padding-left: 35px;
    padding-bottom: 10px;
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    color: #ffffff;
    font-size-adjust: none;
    line-height: normal;
    
    background-image: url('img/heart_light_blue.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-x-position: 0pt;
    background-y-position: 0pt;
}

h1.blue{
    height: 28px;
    padding-top: 2px;
    padding-left: 35px;
    padding-bottom: 0px;
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    color: #3366cc;
    font-size-adjust: none;
    line-height: normal;

    background-image: url('img/heart_blue.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-x-position: 0pt;
    background-y-position: 0pt;
}

.block_name{
    height:44px;
    padding-left: 2px;
    padding-bottom: 7px;
    font-weight: normal;
    font-size: 18px;
    color: #eb3479;
}

.lb{

    border-bottom: #CCC 1px solid;
    padding: 5px 3px;
    vertical-align: middle;
    
}

.photo_icon{

    float: left;
    position: relative

}

.photo_td{

    padding: 0 4 0 4;
    background-color: #c5dbf0;
    border:1px solid #c5dbf0

}

.btn{

    border:0px solid #006600;
    background-color:#e7045d;
    font:11px/15px arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    color:#ffffff;
    padding:3px;
    width:120px;

}

.lm{

    padding-left: 0pt;
    font-weight: normal;
    font-size: 18px;
    color: #004b88;

}

.err{

    color:#FF0000;
    font-weight:bold;
    font-size:16px;

}

td.error{

    border:1px solid #c4c4c4;
    background-color: #ffffe5;
    padding:20px;

}


