body{
	background-color:#000080;
	padding-top:10px;
}

a.navBar {
  padding: 1px;
  font-family: Arial,sans serif,Helvetica,Univers,Zurich BT;
  font-size: 10pt;
  color: white;
  font-weight: 500;
  text-decoration: none;
}

a:hover.navBar {
  padding: 1px;
  color: #ffff99;
  background: url('../images/darkBgnR.jpg');
}

.butn {
  background: url('../images/darkBgn.jpg');
  font-size: 12pt;
  color: white;
  text-align: center;
  vertical-align: top;
}

a.subMenu {
  padding: 1px;
  font-family: Arial,sans serif,Helvetica,Univers,Zurich BT;
  font-size: 10pt;
  color: white;
  font-weight: 500;
  text-decoration: none;
}

/* Define subMenu link hover settings */
a:hover.subMenu {
  padding: 1px;
  color: #ffff99;
  background: url('../images/darkBgnR.jpg');
}

.subSelect {
  padding: 1px;
  font-family: Arial,sans serif,Helvetica,Univers,Zurich BT;
  font-size: 10pt;
  color: #ffff99;
  font-weight: 500;
  text-decoration: none;
  background: url('../images/darkBgnR.jpg');
}


/* Define Table Border Color settings */
.tbc {
  border: 1px solid green;
}

/* Define Banner Table Border Color settings */
.btc {
  background: green;
}

/* Define Table Display Area background Theme settings */
.tdaca {
  background: url('../images/hpTheme.jpg');
}
.tdacb {
  background: url('../images/spTheme.jpg');
}
.tdacc {
  background: url('../images/tsTheme.jpg');
}
.tdacd {
  background: url('../images/pmTheme.jpg');
}
.tdace {
  background: url('../images/bpTheme.jpg');
}
.tdacf {
  background: url('../images/caTheme.jpg');
}

/* Define Page Data settings */
.PageData {
  font-family: Tahoma,Arial,sans serif,Helvetica,Univers,Zurich BT;
  font-size: 12pt;
  color: navy;
/*  font-weight: 500; */
  background: white;
}
.NewsData {
  font-family: Arial,sans serif,Helvetica,Univers,Zurich BT;
  font-size: 10pt;
  color: navy;
  background: white;
}

/* Define Copyright Notice settings */
.crn {
  font-family: Arial,sans serif,Helvetica,Univers,Zurich BT;
  font-size: 8pt;
  color: navy;
  font-weight: 400;
}

/* Define Section Title settings */
.SecTitle {
  display: block;
  width: 154px;
  background: white;
  padding: 2px;
  border: 1px solid green;
  font-family: Arial,sans serif,Helvetica,Univers,Zurich BT;
  font-size: 11pt;
  color: green;
  font-weight: 600;
  text-align: center
}

/* Define Section Title 1st cell size */
.SecTS {
  width: 7px;
}

/* Define green 4 */
.g4 {
  font-family: Arial,sans serif,Helvetica,Univers,Zurich BT;
  font-size: 12pt;
  color: green;
  font-weight: 600;
}

hr {
 color: green;
 width: 70%;
}

b {
  font-size: 12pt;
  font-family: Georgia,Times New Roman,Times,serif;
}
.atitle {
  display: block;
  text-decoration: none;
  color: black;
  font-weight: bold;
  background-color: #c0c0c0;
}
