
#topMenu {
		width:100%;
		height:115px;
		border-bottom:20px solid #6F838C;
		}

#imageRound {
		width:100%;
		height:222px;
		background-color:#EBF0F5;
		border-bottom:80px solid #7B93B6;
		}
		
.borderWhtLTBR {
		border-left:1px solid #EBF0F5;
		border-top:1px solid #EBF0F5;
		border-bottom:1px solid #EBF0F5;
		border-right:1px solid #EBF0F5;
		}
		
.borderWhtTB {
		border-top:1px solid #EBF0F5;
		border-bottom:1px solid #EBF0F5;
		}

/* CONTENT PAGE */
.containerContentPage { 
		border:1px solid #FFFFFF;
		}
		
.middleCellContentPage {
		border-left:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
		}



/* BUTTONS */
.button-text {
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		line-height:1.5em;
		padding: 10px;
		color: #A0A0A0;
		}

.buttonM { margin:2px; }



/* BOTTOM BAR */
div#bottomDiv { 
		padding-top:20px;
		padding-bottom:20px;
		}
		
.bottomBar { 
		border-top:1px solid #E5E5E5;
		border-bottom:1px solid #E5E5E5;
		font-family: Arial;
		font-size: 10px;
		font-weight: normal;
		color: #A3A3A3;
		}

/* LINK GENERAL */
a:link, a:active, a:visited {
		text-decoration:none; color:#3475BC;
		}
	
a:hover	{
		text-decoration:underline; color:#26568A;
		}
