body {
    background-image: url(/gfx/barLR.png);
    background-repeat: repeat-x;
    background-color: #21396E;
    color: #ADBDD4;
    font-size: 12px;
    font-family: Arial;
    height: 100%;
    margin-top: 0px;
}

.divContentMain {
    background-image: url(/gfx/backgroundMain.png);
    background-position: center top;
    background-repeat: no-repeat;
    min-width: 999px;
    min-height: 100%;
    height: 100%;
    width: 999px;
    margin: 0px auto;
}

.divContentPage {
    background-image: url(/gfx/background1.png);
    background-color:#023670;
    background-position: center top;
    background-repeat: no-repeat;
    min-width: 999px;
    min-height: 100%;
    height: 100%;
    width: 999px;
    margin: 0px auto;
    }

.barTable {    
    width: 100%;
    padding-top: 0px;
    padding-left: 50px;
    }
    
.barTableFirstTd {
    width: 50%;
    vertical-align: middle;
    text-align: left;
    padding-left: 0px;
    }
    
.barTableTd {
    padding-top: 15px;
    vertical-align: middle;
    }
   
.barTableLastTd {
    padding-top: 15px;
    padding-right: 25px;
    vertical-align: middle;
    text-align: right;
    }
    
.barTableLoggedTd {
    height:70px;
    vertical-align:top;
    text-align: right;
}

.image {
    background-repeat: no-repeat;
    border: 0px;
    }

    
.inputText {
    color: #ADBDD4;
    width: 120px;
    height: 16px;
    background-color: #2D4C7E;
    border-width: 0px;
    padding: 3px;
    }
    
.legend {
    color: #7998B1;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    }
  
.imgLink {
    border: 0px; 
    }  

.emptyDiv {
    height: 200px;
}    
    
.menuTable {
    width: 100%;
    padding-left: 50px;
    padding-right: 60px;
    color: #C7D7E9;
    }
    
.menuTableLeftTh {
    width: 50%;
    padding-left: 32px;
    vertical-align: top;
    text-align: left;
    color: #C7D7E9;
    }
 
 .menuTableRightTh {
    width: 50%;
    padding-left: 25px;
    text-align: justify;
    vertical-align: top;
    color: #C7D7E9;
    }
    
.menuTableLeftTd {
    width: 50%;
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
    color: #C7D7E9;
    }

.menuTableRightTd {
    width: 50%;
    padding-left: 25px;
    padding-top: 5px;
    text-align: justify;
    vertical-align: top;
    color: #C7D7E9;
    }
    
.menuSubsection {
    color: #D7E3FF;
    font-size: 15px;
    font-family: Arial;
    font-variant: small-caps;
    vertical-align: bottom;
    }
    
.menuButton {
    text-decoration:none;
    color:Blue;    
    font-weight:bold;
    }
    
.menuButton:visited {
    text-decoration:none;
    color:Black;    
    font-weight:bold;
    }

.contentTable {
    width: 100%;
    padding-top: 85px;
    }

.contentTableLeftTd {
    padding-left: 0px;
    padding-right: 25px;
    vertical-align: top;
    text-align: justify;
    font-size: 12px
}

.NewsPreviewTitle {
    font-size: 22px;

}
.NewsPreviewTitle a { color:white; }
.contentTableRightTd {
    padding-left: 25px;
    padding-right: 0px;
    vertical-align: top;
    text-align: justify;
    font-size: 12px
}


h1 {
    color: #ADBDD4;
    font-size: 24px;
    font-family: Arial;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: normal;
    }

.footerTable {
    background-image: url(/gfx/bgFooter.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 50px;
    bottom:-10px;
    margin-top: 100px;
    margin-bottom: 0px;
    }
    
.footerTableLeftTd {
    padding-left: 55px;
    width: 30%;
    padding-bottom: 0px;
    vertical-align: bottom;
    text-align: left;
    }

.footerTableRightTd {
    padding-right: 55px;
    width: 30%;
    padding-bottom: 0px;
    vertical-align: middle;
    text-align: right;
    }

.footerTableCentralTd {
    text-align: center;
    width: 40%;
    padding-bottom: 0px;
    vertical-align: middle;
    color: #626262;
    }

#mainMenu {
	padding: 0;
	margin: 0;
}

#mainMenu li {
	list-style-type:none;
}

#mainMenu a
{
	color: #ADBDD4;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;

	text-decoration: none;
	margin-left: 4px;
	padding: 2px 2px 2px 18px;
	display: block;
	
	background-image: url('/gfx/arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
}
#mainMenu a:hover
{
	text-decoration: underline;
	color: #61B1C4;
	/*background-color: #61B1C4;*/
}
#mainMenu .selectedItem a
{
	background-color: #81D1E4;  /*#A9D46F;*/
	padding-left: 25px;
	width: 150px;
}

.CMSBreadCrumbsLink {
	color: #61B1C4;
	text-decoration: underline;
}
a : hover {
	text-decoration: underline;
}

.logoutButton {
  color: #ADBDD4;
}