.ConsoleTitleRight {
  float: right;
}
.ConsoleTitleRight a {
  font-family: Trebuchet MS;
  text-decoration: none;
  color: Black ;
  font-weight: bolder;
}
.ConsoleTitleRight a:hover {
  text-decoration: underline;
}
.ConsoleTitleLeft {
  text-align: center ;
  font-size: larger ;
  font-family: Courier ;
  font-weight: bold ;
  border-bottom: solid 1px green;
  float: left;
}
.console {
  position: relative  ;
  width: 1198px;
  color: Black;
  background-color: White ;
  border: solid 2px red;
  margin: 0px 0px 0px 0px;
}
.consoleContent a,
.consoleContent a:visited {
  font-family: Trebuchet MS;
  text-decoration: none;
  padding: 3px  8px 3px 1px;
  color: Black ;
  font-weight: bolder;
}
.consoleContent a:hover {
  text-decoration: underline;
  font-weight: bolder;
}
.LeftHeader {
  float: left ;
}
.RightHeader {
  float: right ;
}
#copyright {
  clear: both ;
  float: left ;
}
#links {
  float: left;
}
.error {
  color: Red;
  font-weight: bold ;
}
.leftImage {
  float: left;
  width: 48%;
  padding-top: 5px;
  text-align: center;
}
.rightImage {
  float: right;
  width: 48%;
  padding-top: 5px;
  text-align: center;
}
.companyInfo {
  text-transform: uppercase ;
  text-align: center ;
  padding-top: 5px;
  width: 49%;
}
.companyInfo A {
  text-transform: lowercase ;
  text-align: center ;
}
.PageProperties {
  width: 100%;
  border: solid 2px red;
  background-color: White;
  color: Black ;
  padding: 5px;
}
.PageProperties #Title {
  font-size: larger ;
  font-family: Courier ;
  border-bottom: solid 1px green;
  font-weight: bolder ;
}
.FloatLeft {
  float: left;
}
.FloatRight {
  float: right;
}
