.content{
        color: #000000;
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 11px;
        border: inherit;
        background: none;
}
.content_red{
        color: #8C0202;
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 11px;
        border: inherit;
        background: none;
}

input, select
{
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 11px;
}


li{
   color:#000000;
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 10px;
        text-decoration:none;
}

a{
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 10px;
}


h1{

    color:#000000;
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 16px;
        border:inherit;
        font-weight:bold;
        background:none;
        text-align: center;
}

h2{
   color:#000000;
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 14px;
        border:inherit;
        font-weight:bold;
        background:none;
}

h3{
    color:#000000;
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 12px;
        border:inherit;
        font-weight:bold;
        background:none;
}


table
{
        background-color: #2d559f;
}

tr
{
        background-color: #FFFFFF;
}

th
{
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:12px;
        font-weight: bolder;
        text-decoration:none;
        color:#FFFFFF;
        text-align: left;
        background-color: #2d559f;
}


.th_sub
{
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 11px;
        font-weight: bolder;
        text-decoration: none;
        color: Black;
        text-align: left;
        background-color: #DCDCDC;
}



.td_sub1
{
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 11px;
        text-decoration: none;
        color: Black;
        background-color: #E5E5E5;
}



.td_sub2
{
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 11px;
        text-decoration: none;
        color: Black;
        background-color: #F5F5F5;
}

.th_note
{
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 12px;
        font-weight: bolder;
        text-decoration: none;
        color: White;
        text-align: left;
        background-color: #8C0200;
}



td
{
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:11px;
        text-decoration:none;
        color:#000000;
        /*background-color: #FFFFFF;*/
}


.button{
   color: #FFFFFF;
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:11px;
        background-color: #8C0200;
}


.tbl_callback
{
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:12px;
        text-decoration:none;
        color: Navy;
        text-align: left;
        background-color: #FFC600;
        text-align: center;
}


#tbl_search
{
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:12px;
        font-weight: bold;
        width: 100%;
}

#tbl_search .td_label
{
        text-align: right;
}