@charset "UTF-8";


TABLE{
  border-collapse : collapse;
}

BODY{
  background-color : white;
  background-image : url(img/image1.png);
  background-repeat : repeat-x;
}

H1{
  color : gray;
  font-size : 25px;
  padding-left : 15px;
}

H2{
  color : gray;
  border-left-width : 14px;
  border-bottom-width : 1px;
  border-left-style : double;
  border-bottom-style : solid;
  border-bottom-color : silver;
  font-size : 18px;
  padding-bottom : 3px;
  border-left-color : #f8b5b1;
  margin-left : 10px;
  padding-left : 8px;
}

.td_1{
  font-size : 13px;
  margin-left : 10px;
  line-height : 28px;
  padding-left : 20px;
  margin-top : 10px;
  padding-top : 15px;
  color : #5a5a5a;
  padding-bottom : 10px;
}

.td_2{
  font-size : 13px;
  margin-left : 20px;
  line-height : 28px;
  padding-left : 30px;
  margin-top : 10px;
  padding-top : 15px;
  color : #5a5a5a;
  padding-bottom : 10px;
}

A{
  color : gray;
textdecoration:none;
}

.tdcenter{
  text-align : center;
}

.tdrace{
  background-image : url(img/image1.png);
  background-repeat : repeat-x;
}



