    /* text box */
    input.hptextbox{
        border:1px solid #BED6DB;
        height:20px;
        width: 80px;
        font-size : 11px;
	    font-family : Verdana;
    }

    table.hpContent{
        width: 606px;
        margin-left: 5px;
    }

    table.hpImage{
        position: absolute;
        left:10px;
        top: 70px;
        width: 620px;
        z-index: 10;
    }

    div.smalldashbox{
        border: 1px dotted #FFFFFF;
        height: 180px;
        width: 580px;
        z-index: 11;
        position: absolute;
        top: 85px;
        left: 30px;
    }

    div.bigdashbox{
        border: 1px dotted #FFFFFF;
        height: 370px;
        width: 550px;
        z-index: 11;
        position: absolute;
        top: 95px;
        left: 45px;/*335px;*/
    }

    td.hpbig{
        background-color: #BED6DB;
        color: #004250;
        font-family: Verdana;
        font-size:12px;
        padding: 15px 15px 15px 15px;
        margin: 5px 2px 2px 2px;
        line-height: 5mm;
        width: 610px;
    }
    td.hpmiddle {
        font-size : 11px;
        font-family: Verdana;
        color: #4C3327 ;
        padding-left: 3px;
        line-height: 4mm;
    }
    td.hpmiddle a{
        font-size : 11px;
        font-family: Verdana;
        color: #004250 ;
        text-decoration: none;
        padding-left: 3px;
        padding-right: 3px;
    }
    td.hpmiddle a:hover{
        font-size : 11px;
        font-family: Verdana;
        color: #4C3327;
        text-decoration: none;
        padding-left: 3px;
        padding-right: 3px;
    }
    td.smallest{
        font-size : 9px;
        font-family: Verdana;
        font-weight: bold;
        color: #004250;
        text-decoration: none;
    }
    #hpsmall {
        font-size : 10px;
	    font-family : Verdana;
	    font-weight : normal;
	    color : #004250 ;
    }
    #hpsmall a:link, #hpsmall a:visited{
        font-size : 10px;
	    font-family : Verdana;
	    color : #004250 ;
        text-decoration: none;
        padding: 1px;
        background-color:#BED6DB;
    }
    #hpsmall a:hover{
        font-size : 10px;
	    font-family : Verdana;
	    color : #FFFFFF ;
        text-decoration: none;
        background-color:#004250;
        padding: 1px;
    }

    #hplink{
        font-family:Verdana;
        font-size:10px;
        padding: 3px 6px 3px 6px;
    }
    #hplink a:link, #hplink a:visited{
        text-decoration: none;
        font-family:Verdana;
        font-size:10px;
        font-weight : bold;
        color : #004250 ;
        padding: 3px 6px 3px 6px;
        /*background-color:#BED6DB;*/
    }
    #hplink a:hover{
        background-color: #004250 ;
        color: #FFFFFF;
        padding: 3px 6px 3px 6px;
    }
    #hpbottomlink{
        font-family:Verdana;
        font-size:10px;
        color : #004250 ;
    }
    #hpbottomlink a{
        font-family:Verdana;
        font-size:10px;
        color : #004250 ;
        padding-left: 3px;
        padding-right:3px;
    }
    #hpbottomlink a:link, #hpbottomlink a:visited{
        text-decoration: none;
        font-family:Verdana;
        font-size:10px;
        color : #004250 ;
        padding-left: 3px;
    }
    #hpbottomlink a:hover{
        text-decoration: none;
        color : #4C3327 ;
        font-family:Verdana;
        font-size:10px;
        padding-left: 3px;
    }
    #hpdesc{
        color: #FFFFFF;
        font-family: Verdana;
        font-size: 11px;
    }
    div.dottedline{
        border-top: 1px dotted #4C3327;
        width: 610px;
        padding-top: 5px;
    }

    #errorMsg{
        font-family: Verdana;
        font-size: 11px;
        color: red;
    }

    #pagetitle{
        font-family:Verdana;
        font-size:11px;
        color : #4C3327 ;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    #subtitle{
        font-family:Verdana;
        font-size:11px;
        color : #004250 ;
        font-weight: bold;
        text-transform: uppercase;
    }

    #plainText{
        font-family: Verdana;
        font-size:12px;
        color: #004250;
        line-height: 14pt;
    }

    input{
    font-family:verdana;
    font-size: 11px;
    font-weight: normal;
    pading: 0;
}

select{
    font-family:verdana;
    font-size: 11px;
    font-weight: normal;
    overflow: auto;
    text-align:left;
}

