body {
font-family: Arial,Helvetica,sans-serif;
color:white;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top:2px;
padding-top:0px;
}

a:link {color: white;text-decoration: none;}     /* unvisited link */
a:visited {color: white;text-decoration: none;}  /* visited link */
a:hover {color: white;text-decoration: none;}   /* mouse over link */
a:active {color: white;text-decoration: none;}   /* selected link */


Table.MainTable
{
  width:1024px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  /*border:solid 1px;*/
}

Table.MainTable TD.leftmenu
{
  vertical-align:top;
  width:18%;
}

TD.ContentCell
{
  padding-top:20px;
  text-alignment:left;
  color:white;
  background-color:#8F0000;
  vertical-align:top;
  width:920px;
}

Table.MenuTable
{
  margin:0px;
}

Table.MenuTable TD
{
  padding-bottom:4px;
}

P.bodytext
{
  font-style:italic;
  font-size:18px;
  font-family:times new roman;
  margin-left:45px;
  margin-right:10px;
  text-align:left;
}

Div.cellheader
{
  text-alignment:center;
  font-size:26px;
  font-family:times new roman;	
}

Table.ScheduleTable
{
   width:100%;
   text-alignment:center;
   font-size:18px;
   font-family:times new roman;
   border:solid 1px;
}

Table.ScheduleTable TD
{
 border:solid 1px;
 white-space:nowrap;
 }

UL.UnorderedList
{
  margin-left:30px;
  text-align:left;
  font-family: times new roman;
  font-size: 18px;
}

Div.BlockDisplay
{
	color: black;
}
