body
{
  font-family:"Arial", "Verdana";
  font-size:10pt;
  font-weight:normal;
  color:#000000;
  background-color:#ffffff;
}

td
{
  font-family:"Arial", "Verdana";
  font-size:10pt;
  font-weight:normal;
  color:#000000;
  background-color:#ffffff;
}

/* table { border-style:none; } dotted, groove, solid, inset, etc; */

/* This is the default style for my navigation menu */
table.Menu
{
  width:130;
  border-top:1px solid #999999;
  border-left:1px solid #999999;  
  border-bottom:1px solid #999999;  
  /* border-style:ridge; groove, inset, outset, ridge */
}

/* This is the default style for td's in the "Menu" class */
table.Menu td
{
  /* vertical-align:middle; */
  background-color:RGB(241,191,36);
  padding:0px 5px 0px 5px;  /* top right bottom left */  
}

/* How links behave */
/* default */
a.StdHover       {color:blue; font-weight:bold; text-decoration:underline; }
a:hover.StdHover {color:blue; font-weight:bold; text-decoration:underline; }

/* In the main menu */
a.Menu           { color:rgb(164, 164, 164); font-weight:bold; text-decoration:none; }
a.MenuMe         { color:rgb(61, 85, 171); font-weight:bold; text-decoration:none; }
a:hover.Menu     { color:rgb(61, 85, 171); font-weight:bold; text-decoration:none; }

/* Non standard way of doing it with "motion" */
a.ExHover        {color:blue; font-weight:normal; text-decoration:none; }
a:hover.ExHover  {color:maroon; font-weight:bold; text-decoration:none; }

td.form { background-color: rgb(240, 240, 240) }
th.form { background-color: rgb(240, 240, 240) }

/* default attributes for full width tables (used to by 788)*/
table.Main
{
  width:650;
}

hr.Main
{
  width:650;
}


/* default attributes for tables in frame pages*/
table.ExtFrame
{
  width:788;
}

hr.ExtFrame
{
  width:788;
  text-align:left;
}

/* This is how the copyright shows up on each page */
.Copyright
{
  font-family:"Times", "Arial", "Verdana";
  font-size:10pt;
  font-weight:normal;
  color:#000000;
  background-color:#ffffff;
  text-align:center
}
  
