
/*****************   MOLESTA Style    ******************/

/*****************   Global Style    ******************/


html, body {
    height:100%;
    }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin:0px;
    padding:0px;
    height:100%;
    background-image:url(../images/bodyBg.jpg);
    background-color:#ffffff;
    background-repeat:repeat-x;
    }

a {
    color: #000000;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

img, table {
    border:none;
    }


td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    }


ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    list-style-type: square;
    list-style-position: outside
    }

strong{
    color:#000000;
    }

hr{
    color:#EBEBEB;
    }

.red{
    color:#FF0000;
    }




/*****************   Classes   ******************/

.menu{
    padding-top:25px;
    background-image:url(../images/menuBg.jpg);
    background-repeat:no-repeat;
    height:385px;
    }

.menuItem{
    width: 100%;
    padding: 5px 5px 5px 25px;
    }
.menuItem a{
    color: #06489C;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.menuItemSelected{
    width: 100%;
    padding: 5px 5px 5px 25px;
    }
.menuItemSelected a{
    color: #06489C;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    text-decoration: none;
}
div.articleTitle{
    border-left: 4px solid #FA6216;
    color: #06489C;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}


.menuPadding{
    height:11px;
    }

.content{
    background-image:url(../images/contentTopBg.jpg);
    background-repeat:no-repeat;
    padding-left:24px;
    padding-top:26px;
    padding-right:26px;
    }

.dbPadding{
    padding-bottom:15px;
    }

.footerBg{
    background-image:url(../images/footerBg.jpg);
    background-repeat:no-repeat;
    height:71px;
    }

.301copy{
    white-space:nowrap;
    text-align:right;
    }

.simpleText{
    line-height:14px;
    }


/*****************   News        ******************/

.newsTittle{
    color:#fa6216;
    font-weight:800;
    padding-bottom:10px;
    line-height:14px;
    }

.newsText{
    line-height:14px;
    }


.newsMore{
    text-align:right;
    padding-right:36px;
    padding-bottom:15px;
    }


/*****************   Navigation   ******************/


a.nav{
    font-size:11px;
    color:#000000;
    text-decoration:none
    }

a.nav:hover{
    text-decoration:underline
    }


a.orangeNav{
    color:#fa6216;
    text-decoration:none;
    font-size:10px;
    }

a.orangeNav:hover{
    color:#fa6216;
    text-decoration:underline
    }


