/* CSS Document */

BODY {
  margin:0px;
  margin-top: 60px;
  background-image: url(../images/bg_lines.gif);
  background-position: 0px 72px;
  background-repeat: repeat-x;
  
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  }

SPAN.ch {
  margin-left: 195px;
  font-size: 30px;
  color: #660099;
  background-color: #FFFFFF;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Times New Roman", Times, serif;
    }

TABLE.ch {
  width: 950px;
  }

TABLE.centering {
  width: 100%;
  height: 255px;
  background-image: url(../images/bg_band.gif);
  background-position: top;
  background-repeat: repeat-x;
  margin-top: 10px;
  }

TABLE.centering  TD {
  text-align: center;
  vertical-align: top;
  }
 
TABLE.page {
  width: 950px;
  height: 255px;
  }

TABLE.page TD.one {
  width: 176px;
  text-align: right;
  padding: 10px;
  border-right: 5px solid #FFFFFF;
  padding-top: 20px;
  }

TABLE.page TD.three {
  width: 155px;
  text-align: center;
  padding: 10px;
  border-left: 5px solid #FFFFFF;
  background-image: url(../images/bg_symbols.gif);
  background-position: 50px 35px;
  background-repeat: no-repeat;
  }

TABLE.page TD.two {
  width: 619px;
  }

TABLE.page TD.one P,
TABLE.page TD.one A {
  font-size: 17px;
  /*letter-spacing: 0.05em;*/
  color: #FFFFFF;
  line-height: 3px;
  text-decoration: none;
  border: none;
  padding: 2px;
  margin-right: 2px;
  }

TABLE.page TD.one A:hover {
  border: 1px solid #ECD7FF;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 1px;
  background-color: #8220BC;
  }

TABLE.content {
  width: 619px;
  height: 325px;
  background-color: #f7e3ff;
  border-top: 1px solid #660099;
  background-image: url(../images/bg_content.gif);
  background-position: top;
  background-repeat: repeat-x;
  }

TABLE.content TD.cornerleft {
  background-image: url(../images/bg_content_bottom.gif);
  background-position: left;
  background-repeat: no-repeat;
  height: 23px;
  }

TABLE.content TD.cornerright {
  background-image: url(../images/bg_content_bottom.gif);
  background-position: right;
  background-repeat: no-repeat;
  height: 23px;
  }

/*TABLE.content TD.cornerleft {
  height: 22px;
  text-align: left;
  border-bottom: 1px solid #660099;
  }
 
TABLE.content TD.cornerleft IMG {
  margin-left: 0px;
  margin-bottom: 0px;
  }

TABLE.content TD.cornerright {
  height: 22px;
  text-align: right;
  border-bottom: 1px solid #660099;
  }
 
TABLE.content TD.cornerright IMG {
  margin-right: 0px;
  margin-bottom: -1px;
  }*/

TABLE.content TD.text {
  border-left: 1px solid #660099;
  width: 450px;
  padding: 30px;
  padding-bottom: 0px;
  }

TABLE.content TD.photo {
  border-right: 1px solid #660099;
  width: 169px;
  }

TABLE.content TD.text P {
  text-align: justify;
  color: #660099;
  }

H1 {
  text-align: left;
  color: #660099;
  font-size: 20px;
  margin-top:-10px;
  border-bottom: 1px solid #ECD7FF;
  padding-bottom: 5px;
  }

H2 {
  text-align: left;
  color: #660099;
  font-size: 16px;
  }
  
 
DIV.photo {
  width: 169px;
  height: 254px;
  background-image: url(../images/photo_corner.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  }

DIV.photo IMG {
  margin-top: 231px;
  margin-right: 141px;
  margin-left: 0px;
  }

P.footer {
  text-align: center;
  font-size: 12px;
  color: #660099;
  margin-left: 50px;
  line-height: 18px;
  margin-top: 5px;
  }

P.footer A {
  color: #660099;
  text-decoration: none;
  border-bottom: 1px solid #ECD7FF;
  }

P.footer A:hover {
  color: #660099;
  border-bottom: 1px solid #ECD7FF;
  background-color: #F9E8F9;
  }

SPAN.print {
  float: right;
  font-size: 12px;
  color: #660099;
  border: none;
  margin-top: -5px;
  background-color: #fdf8ff;
  }

SPAN.print A, SPAN.print IMG {
  border: none;
  text-decoration: none;
  color: #ECD7FF;
  vertical-align: middle;
  }

SPAN.print A:hover {
  text-decoration: underline;
  color: #660099;
  }

SPAN.print IMG {
  margin-left: 5px;
  
  }

TABLE.content TD.text P A {
  color: #660099;
  text-decoration: none;
  border-bottom: 1px solid #CBA3E2;
  background-color: #EEDAEF;
  }

TABLE.content TD.text P A:hover {
  color: #660099;
  text-decoration: none;
  border-bottom: 1px solid #660099;
  background-color: #D2A9EA;
  }