
p.Fiction 
{
text-indent:.5in; margin:0in
}

body
{
  background-color : white;
  color : black;
  font-family: Verdana, Arial, sans-serif;
}

/* for right column, overriden for other columns */
td
{
  font-size : 90%;
}

td.colright
{
  background-color : white;
  color: black;
  
  border-left-color : #000000;
  border-left-style : solid;
  border-left-width : 1px;
}

a:link 
{
  color: navy;
  text-decoration : none;
}

a:visited 
{
  color: navy;
  text-decoration : none;
}

a:hover 
{
  text-decoration : underline;
}

.hmenu
{
  background-color: #000000;
  color: #FFFFFF;
  text-decoration : none;
  font-weight : bold;
}

.banner
{
  color: white;
  font-size : 14pt;
  background-image: url('personalheader.jpg');
  height: 50px;
}

.titlebar
{
  background-color : #005095;
  color: white;
  font-weight : bold;
  display: none;
}

/* left column*/
.vmenu
{
  background-color: #f0f0f0;
  color: #0044aa;
  font-size: 95%;
  font-weight: bold;
}

td.vmenu
{
  text-align : right;

  border-right-color : #000000;
  border-right-style : solid;
  border-right-width : 1px;
}

a:link.vmenu
{
  text-decoration : none;
  color: #005095;
}

a:visited.vmenu
{
  color: #005095;
}

a:hover.vmenu
{
  background-color : #eeeeee;
  color: #000000;
  text-decoration : none;
}

.maintable
{
  background-color : white;
}

table.maintable
{
  border-right-color : #000000;
  border-right-style : solid;
  border-right-width : 1px;

  border-bottom-color : #000000;
  border-bottom-style : solid;
  border-bottom-width : 1px;
}

/* center column */
.main
{
  background-color : white;
  font-size:95%;
}

.footer
{
 background-color : white;
color : black;
font-size : 8pt;

}



