.pagetitle {
  font-family: Times New Roman, Times, serif;
  font-size: 18pt;
  color: #FFFFFF;
  font-weight: bold;
}
.thumbtitle {
  font-family: Times New Roman, Times, serif;
  font-size: 10pt;
  color: #EA7272;
}
.imagetitle {
  font-family: Times New Roman, Times, serif;
  font-size: 12pt;
  color: #EA7272;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
}
.menu1 {
    padding: 5px;
}
.menu2 {
    padding-right: 5px;
    padding-bottom: 10px;
}
body,td,th {
    color: #000000;
}
a:link {
    color: #660000;
}
a:visited {
    color: #CC0000;
}
a:hover {
    color: #CC0000;
}
a:active {
    color: #CC0000;
}
.bg1 {
    background-image: url(images/bg_l.gif);
    background-repeat: repeat-y;
    background-position: right top;
}
.bgtop {
    background-image: url(images/top_bg.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 128px;
}
.bg2 {
    background-image: url(images/bg_r.gif);
    background-repeat: repeat-y;
    background-position: left top;
}


