A:link {
	  FONT-SIZE: 12pt;
    COLOR: green;
    FONT-FAMILY: times new roman;
    TEXT-DECORATION: none;
}
A:visited {
	  FONT-SIZE: 12pt;
    COLOR: green;
    FONT-FAMILY: times new roman;
    TEXT-DECORATION: none;
}
A:hover {
	  FONT-SIZE: 18pt;
	  font-weight: bold;
    COLOR: #b62122;
    FONT-FAMILY: times new roman;
    TEXT-DECORATION: none;
}

.err {
  COLOR: red;
  TEXT-ALIGN: left;
}

.err2 {
  COLOR: red;
  TEXT-ALIGN: center;
}


.classic_cell {
  text-align: center;
  vertical-align: middle;
}

.classic_button_cell {
  background-color: #65c8e7;
  text-align: center;
}

bady {
  background-image: url("images/banner.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
 }
 
.TabActive
{
  background-color: yellow;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 0 0;
  padding: .2em .8em .4em .8em;
}

.TabInActive {
  background-color: silver;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 0 0;
  padding: .2em .8em .4em .8em;
}

.BodyTab
{
  background-color: silver;
  border-color: silver;
  color: black;
  vertical-align: top;
}


