/* REDIFINING HTML TAGS START */

BODY {
  height:                      100%;
  width:                       100%;
  margin:                      0px;
  padding:                     0px;
  background-color:            #007E71;
}

H1 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 20px Verdana;
  color:                       #007E71;
  text-transform:              uppercase;
}

H2 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 12px Verdana;
  color:                       #007E71;
  text-weight:                 bold;
}

H3 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 14px Verdana;
  color:                       #007E71;
  text-weight:                 bold;
}

HR {
  height:                      1px;
  width:                       100%;
  border-top:                  1px solid #007E71;
}

a {
  font-weight:                 normal;
  text-decoration:             underline;
  color:                       #007E71;
}

a:hover {
  font-weight:                 normal;
  text-decoration:             none;
  color:                       #007E71;
}

.main {
  height:                      100%;
  width:                       958px;
  margin:                      0px;
  padding:                     0px;
  border-left:                 1px solid #000000;
  border-right:                1px solid #000000;
  background-color:            #BCCCCB;
  text-align:                  center;
}

.header {
  text-align:                  left;
  height:                      131px;
}

.center {
  height:                      100%;
  width:                       100%;
  margin:                      0px;
  padding:                     0px;
  background-color:            #FFFFFF;
}

.menu {
  width:                       185px;
  margin:                      0px;
  padding:                     0px;
  vertical-align:              top;
  text-align:                  left;
}

.content {
  width:                       771px;
  margin:                      0px;
  padding:                     20px 20px 20px 0px;
  text-align:                  justify;
  font:                        normal 11px Verdana;
  color:                       #000000;
  vertical-align:              top;
  background:                  #FFFFFF url('../images/page_bg.gif') no-repeat bottom right;
}

.table_text {
  text-align:                  justify;
  font:                        normal 11px Verdana;
  color:                       #000000;
}

.footer {
  height:                      18px;
  width:                       955px;
  margin:                      0px;
  padding-bottom:              3px;
  text-align:                  center;
  font:                        normal 12px Verdana;
  color:                       #FFFFFF;
  line-height:                 18px;
  background-color:            #6B6C73;
}

.footer a {
  font:                        normal 12px Verdana;
  color:                       #FFFFFF;
  text-decoration:             none;
}

.footer a:hover {
  font:                        normal 12px Verdana;
  color:                       #FFFFFF;
  text-decoration:             none;
}

