p {
  padding: 0px;
  margin: 0px;
}

P {
  padding: 0px;
  margin: 0px;
}

li {
  padding: 0px;
  margin: 0px;
}

LI {
  padding: 0px;
  margin: 0px;
}

.HEADER {
  font-family: Tahoma;
  font-weight: normal;
  font-size: 16pt;
  line-height: 16pt;
  color: #5b3839;
}

.SUBHEADER {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12pt;
  line-height: 13pt;
  color: #5b3839;
}

.PLAINTEXT {
  font-family: Tahoma;
  font-weight: normal;
  font-size: 10pt;
  line-height: 13pt;
  color: #5b3839;
}

.SMALLTEXT {
  font-family: Tahoma;
  font-weight: normal;
  font-size: 8pt;
  line-height: 13pt;
  color: #5b3839;
}

.SMALTEXTBOTTOM {
  font-family: Verdana;
  font-weight: normal;
  font-size: 8pt;
  line-height: 13pt;
  color: #cccccc;
}

A {
  color: #cc0000;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
  font-size: 10pt;
  line-height: 13pt;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}

A:hover {
  color: #990000;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
  font-size: 9pt;
  line-height: 13pt;
  font-style: normal;
  text-decoration: underline;
  font-weight: normal;
}

body {
  margin: 0px;
  padding: 0px;
}

.bodyHead {
  position: relative;
  padding-top: 0px;
}

.body {
  position: relative;
  width: 600px;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 0px solid #cccccc;
  padding: 15px;
}

.bodyLeft {
  position: relative;
  width: 175px;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px;
}

.bodyRight {
  position: relative;
  width: 175px;
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px;
}

.bodyRightTextContainer {
  position: relative;
  padding-top: 10px;
}

