/* --------------------------------------------------------------------------------- */
/*	Generic ELEMENT styles */
/* --------------------------------------------------------------------------------- */
BODY {
	background-color: #fff;
	background-image: none;
	font-size: 10pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

html {
margin: 0;
}

body {
margin: 0;
}


/*@page {
	margin: 28px 43px 28px 71px;
}	*/


/* ---  LINKS --- */
A { 
	color: #000;
	background: transparent none;
	font-weight: bold;
	text-decoration: underline;
	padding: 0; 	
}

#sectorImage {
	float: right;
	margin-left: 9px;
}
	
/* --------------------------------------------------------------------------------- */
/*	Site template styles CONTEXT SPECIFIC */
/* --------------------------------------------------------------------------------- */
/* ------- ELEMENTS TO HIDE --------*/
#header,
#left,
#right,
#links { 
	display: none;
	visibility: hidden;
}

/* ------- ELEMENTS TO SHOW --------*/

#top,
#bottom,
#main,
#content,
#center,
#full,
#footer {
	width: 100%; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none;
	color: black;
	background-color: #fff;
	background-image: none;
}

#footer_print {
	visibility:visible;
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #3a7bbe !important;
}

#footer {
	display: none;
	visibility:hidden;
}

#top,
#bottom {
	/*padding: 20px !important;*/
}


#copyright { padding: 20px 0; }

p { padding: 5px 0px !important; }

#printLogo { 
	display: block; 
	visibility: visible; 
	padding-bottom: 10px; 
	margin-bottom: 10px; 
}
 
/* --------------------------------------------------------------------------------- */
/*	Helper CLASSES */
/* --------------------------------------------------------------------------------- */
.right { float: right; }
.hidden { display: none; visibility: hidden; }
.noBorder { border: none; }
.cleaner {
	clear: both;	
	font-size: 1px;
	border: none;
	margin: 0;
	padding :0;
	background: #ffffff;
}

/* --- STANDARD ELEMENTS ---*/
body { line-height: 1.33 }
h1 { font-size: 1.8em; margin: 0px !important; padding: 6px 0px !important;  }
h2  { font-size: 1.6em; margin: 0px  !important; padding: 6px 0px !important; }
h3  { font-size: 1.5em; margin: 0px  !important; padding: 6px 0px !important;  }
h4  { font-size: 1.5em; margin: 0px  !important; padding: 6px 0px !important;  }




