/* ACTEW print stylesheet */
h1 
{
  margin-top: 30px;
}

#imageBar {display:none;}
#ibCurves {display:none;}
.menuBar {display:none;}
#header {display:none;}
#content {margin-top:10px; padding-right:10px;}
#footer {width:535px; padding-top: 10px; padding-bottom: 5px; }
#sideBar {display:none;}
#printHeader {float:right; padding:5px;}
#printIcon {display:none;}
#printIconClear {display:none;}

/* ############################################################# */
/* Classes */
.fRight {float:right;}
.fLeft {float:left;}

.qlsb {display:none;}
.footerText { font-size:xx-small;}

.navBox {display:none;}

/*---------------------  information table formatting ---------------------*/
/* default table formatting for header row, and then alternating row colours for data*/
.tblHeader { color:#FFFFFF; background-color: #264A7A; text-align: center; font-weight: bold;}
.tblOddRow { background-color: #DCE3E9; text-align: left; font-weight: normal;}
.tblEvenRow { background-color: #C4D0D9; text-align: left; font-weight: normal;} /*#CFD9E0*/
.tblHilite {background-color:#cccccc; text-align:center; font-weight: bold;}

.newsPoint 
{ 
	list-style-image: url(/_lib/images/elements/BulletBlueArrow.gif);
	margin-left: 18px;
	margin-bottom:10px;
	/*border:solid black 1px; */
}
	
.elinks A, .smapLevel1 A, .genPage1 A { text-decoration: none; color:#2056DB;}/*2079d2, 2056DB, 3399ff,  00366B*/
.smapLevel1 A:Visited { color:#2056DB;}
.elinks A:Hover, .smapLevel1 A:Hover, .genPage1  A:Hover { color:#FF6600;}

.elinks, .smapLevel1 {
  font-size: x-small; 
  font-weight: bold; 
  list-style-type: none; 
  /* font-size: 115%; */
  line-height: 16px; 
  margin-top: 15px;
}

.smapLevel1 li {margin-top:15px;}

.smapLevel2 {
  font-size: x-small; 
  font-weight: bold; 
  list-style-type: none; 
  margin-bottom: 15px; 
  margin-top: 0px;
}

.smapLevel2 li {margin-top:0px;}

.smapLevel3 {
  font-size: x-small; 
  font-weight: normal; 
  list-style-type: none; 
  margin-top: 0px;
}

.smapLevel3 li {margin-top:0px;}

.newsDate {font-weight:bold; margin-bottom:20px; }
.footerLinks {display:none;}