body
{
	font-size: 10px;
	background: url(images/bkgdtile.gif) no-repeat;
	background-repeat:no-repeat;
	margin: 0px;
	font-family: Verdana, Arial;
}

td
{
  	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Arial;
}

div#div-selectProgram 
{
  width: 100%;
  height: 165px;
  overflow: auto;
  border: solid 1px black;
  background-color: White;
}

div#div-selectBook
{
  width: 410px;
  height: 180px;
  overflow:auto ;
  border: solid 1px black;
  background-color: White;
}

.Copyright
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

.Copyright A
{
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color: black;
	CURSOR: hand;
}

.StandardFormText
{
	font-weight: bold;
}

.BookSelectArea
{
   /*BACKGROUND-COLOR: #FFFAC4;*/
}

.SelectInstructions
{
	font-weight: bold;
	font-size: 12pt;
	color: #cc0033;
}

.SelectProgramInstructions
{
	font-weight: normal;
	font-size: 16pt;
	color: #cc0033;
}

.InsideBookAuthor
{
	font-size: 8pt;
	color: #b8860b;
}

.InsideBookTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #b8860b;
}

.InsideBookContent
{
	font-size: 10pt;
	color: #000000;
}

.InsideBookTabInstructions
{
	font-weight: bold;
	font-size: 10pt;
	color: #b8860b;
}

.ContributorLabel
{
	font-weight: bold;
	font-size: 12pt;
	color: #cc0000;
}

.BookRatingValue
{
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}

.BookRatingHeadings
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.ClickableImage
{
  cursor: hand;
}