<!-- ---------------BANNER STYLES----------------- -->

.Intraweb {
  top: 25px;
  left: 93px;
  text-align: left;
  position: absolute;
  z-index:1;
  color: RGB(200,45,45)
}

.bar
{ background-color: orange;
  font-size: 10pt;
  position: absolute;
  top:65px;
  left:95px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor:hand;
  z-index:0
}


<!-- ---------------BODY STYLES----------------- -->

BODY {
  font-family: verdana;
  font-size: 8pt;
  background-image: url(../../images/bkg_swash_clock.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0px 150px
}

TABLE {
  font-size: 8pt
}

A:link {
 text-decoration: none;
  color: RGB(200,45,45);
  font-weight: normal
}

A:hover { color:blue }

A:visited { 
  text-decoration:none;
  font-weight: normal
}

UL {
  margin-top: 5px;
  margin-left: 25px
}

OL {
  margin-top: 5px;
  margin-left: 25px
}

.topic {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold 
}

	a:topic {
	  font-family: Verdana;
	  font-size: 10pt;
	  font-weight: bold; 
	  text-decoration: none;
	  color: RGB(200,45,45)
	}

.BanGlobalLinks	{
  font-weight: bold;
  color: RGB(200,45,45)
}

	A.BanGlobalLinks:link {
	  color: RGB(200,45,45);
	  font-weight: bold
	}

	A.BanGlobalLinks:visited {
	  color: RGB(200,45,45);
	  font-weight: bold
	}

.SectionTitle {
  font-size: 15pt;
  font-weight: bold;
  background-color: RGB(55,85,155);
  color: white;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-family: arial
}

.title {
  font-size: 12pt;
  font-weight: bold
}

.MainChoice {
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  margin-left: 5px
}

	A.MainChoice:link {
	  font-family: arial;
	  font-size: 11pt;
	  font-weight: bold;
	  margin-left: 5px
	}

	A.MainChoice:visited {
	  font-family: arial;
	  font-size: 11pt;
	  font-weight: bold;
	  margin-left: 5px
	}

.indent {
  margin-left: 15px;
  margin-top: -15px
}

.tblGreen {
  background: RGB(200,221,213)
}

.tblGrey {
  background: RGB(245,245,245) }

<!-- ---------------NAVBAR STYLES----------------- -->

.NavBar {
  font-weight: bold;
  border-left: 2px solid RGB(138,210,156);
  margin-bottom: -12px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  color: white;
  background: RGB(55,85,155);
  cursor:hand
}


.nobottom {
  margin-bottom: 0px
}

