
/* old netscape bug doesn't let table/td inherit from body - so force it here */
body table td
{
/* some browsers don't know 'background-color' so try it both ways */
  background:       #C3B6A6;
  background-color: #C3B6A6;
}

body
{
  scrollbar-face-color:       #751016; 
  scrollbar-highlight-color:  #c5b5a6; 
  scrollbar-shadow-color:     #000000; 
  scrollbar-3dlight-color:    #c5b5a6; 
  scrollbar-arrow-color:      #000000; 
  scrollbar-darkshadow-color: #c5b5a6; 
  scrollbar-base-color:       #000000;
}

td.main
{
  width: 10px;
}

p
{
  text-align:   left;
/*  margin-left:  8px; */
/*  margin-right: 8px; */
}

p.center
{
  text-align: center;
}

p.copyr
{
/*  content: "Copyright &copy; 1999-2006 by EVT Educational Productions"; */
  text-align:    center;
  font-size:     x-small;
  font-weight:   bold;
  margin-bottom: 5px;
  margin-top:    5px;
  padding:       6px;
}

/* this microsoft gunk came straight from FrontPage style tags -
   I don't think it is actually used anywhere...  */

table.MsoNormalTable
{
  mso-style-parent: "";
  font-size:        10.0pt;
  font-family:      "Times New Roman"; 
}
	
li.MsoNormal
{
  mso-style-parent: "";
  margin-bottom:    .0001pt;
  font-size:        12.0pt;
  font-family:      "Times New Roman";
  margin-left:      0in;
  margin-right:     0in;
  margin-top:       0in;
}

