
/* BODY ########################################################################### */

body
	{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #9895AE;
	height:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-color: #000E55;*/
	background-color: #133671;
	overflow:scroll;
	overflow-x:auto;

	}


ul { list-style-type: square; margin-left:25px; }
li {margin-bottom:12px;}

#cellHeader { background-color: #133671; }
#cellHeader2 { background-color: #BCBBCD; }
#cellVisual { background-color: #817E9B; }
#cellMain { background-color: #FFFFFF; padding-left:120px; }
#cellFooter { border-top:5px #BCBBCD solid; }

/* MENUS ######################################################################### */

#sectionMenu {
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #8E859F;
	margin: 0px;
	padding: 0px;
	font-size: 11.5px;
	margin-left:0px;
	margin-right:0px;
}

#sectionMenu a.menu1:link, #sectionMenu a.menu1:visited, #sectionMenu a.menu1,
#sectionMenu a.menu1:hover, #sectionMenu a.menu1Selected:link, #sectionMenu a.menu1Selected:visited, #sectionMenu a.menu1Selected {

	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #8E859F;
	text-decoration:none;
	text-transform:uppercase;
	display: line;
	padding: 5px 10px 3px 10px;
	height: 18px;
	border-bottom: 5px #133671 solid;
}

#sectionMenu a.menu1:hover, #sectionMenu a.menu1Selected:link, #sectionMenu a.menu1Selected:visited, #sectionMenu a.menu1Selected {
	color: #BCBBCD;
	/* background-color:#BCBBCD; */
	border-bottom: 5px #BCBBCD solid;
}

/* TEXT ########################################################################### */

.text, .text a:link, .text a:visited, .text a:hover {
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #9895AE;
	font-size: 11.5px;
	text-decoration: none;
	text-align:justify;
}	

.text a:link, .text a:visited {	text-decoration: underline; }	
.text a:hover {	color: #000E55;	text-decoration: none; }

/* TITLE ########################################################################## */

.title, .title a:link, .title a:visited, .title a:hover {
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #000E55;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	font-weight:bold;
}	

.title a:link, .title a:visited { text-decoration: none; }	
.title a:hover { color: #FFFFFF; text-decoration: none;}

/* FOOTER ######################################################################## */

.footer, .footer a:link, .footer a:visited, .footer a:hover {
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
}	

.footer a:hover { color: #BCBBCD; }


