/*@import url("modules.css");*/
*
{
    font-family: arial, sans-serif;
}

body
{
    background-color: #f5f5f5;
    text-align: left !important;
    padding: 0px;
    margin: 0px;
    border: 0px;
    color: #7a7a7a;
    text-align: left;
    font-size: 11px;
}

select
{
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}

input, textarea
{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    overflow: hidden;
}

a
{
    color: #7a7a7a;
    text-decoration: none;
    font-size: 11px;
}

a:hover
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

hr
{
    border-bottom: solid 1px #f5f5f5;
    border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    
    border-top: solid 1px #b9b9b9;
    overflow: hidden;
    clear: both;
}

.submit
{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

#container
{
    /*width: 350px;*/
    text-align: left; /*background-color: Aqua;*/
    margin: 10px 5px 0px 5px;
    position: relative;
}


#logo
{
    clear: left;
    margin-top: 3px;
    margin-bottom: 8px;
}


#logo a
{
    font-size: 15px;
    color: #000;
    font-weight: 600;
}



#navigation
{
    clear: left;
    margin-bottom: 5px;
}


#content
{
    position: relative;
    text-align:justify;
    
}


#footer
{
    clear: both;
    padding: 2px 0px 2px 0px;
}


.sub_menu
{
    clear: both;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 5px 0px 2px 0px;
    position: relative;
}


#att_files
{
    position: relative;
}
.img_div
{
    clear: both;
    margin-bottom: 10px;
    border-style:none;
    border:0px;
}


.imgborder
{
    border: 0px;
    border-style:none;
}




.paging
{
    clear: left;
    margin: 5px 0px 5px 0px;
}


.selected
{
    font-weight: bold;
}



.nav_first
{
    font-size: 13px;
    font-weight: 600;
}


.nav_first a
{
    font-size: 13px;
    font-weight: 600;
}


.nav_first a:hover
{
    font-size: 13px;
    font-weight: 600;
}



.button
{
    background-color: #ffffff;
    border: 1px solid #7a7a7a;
    padding: 2px;
    margin-left: 10px;
}

.button a
{
    font-size: 11px;
    text-decoration: none;
}

.button a:hover
{
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}



.addt_text
{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000000;
}




.download {

    float:left;
    margin-right:4px;
    margin-bottom:4px;
}
