@charset "utf-8";
/* CSS Document */
html {margin: 0px; padding: 0px; overflow-y:scroll;}
body {margin: 0; padding: 0; border: none; background-color: #FFFFFF;}
img {border: none;}
.tableborder
{
  border-top-width: 1px;
  border-top-color: #C0BFBF;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C0BFBF;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-color: #C0BFBF;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #C0BFBF;
  border-right-style: solid;
}
.titlefont
{
 font-family: "Times New Roman", Times, serif;
 font-size: 36px;
 color: #f6a93d;
 text-align: left;
 padding-left: 6px;
}
.promotitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #f6a93d;
  text-align: left;
}
.promotion
{
	font-family: "Times New Roman", Times, serif;
  color: #0a4d06;
  font-weight: 500;
  text-align: center;
}
.booklink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.booklink A {text-decoration: none;}
.regulartext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: justify;
}
.homelink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}
