
body
{ background-color: #FFFFF0; color: #000000;
font-family: Verdana, Arial, Helvetica;
margin-top: 0px; 
}

P {font-size: 12pt; }

DIV.row { margin: 0; border: solid #AA777F 8px; padding: 0; width: float; }

DIV.row1 { margin: 0; border: solid #800000 6px; padding: 0; width: 100%; }

DIV.row2 { margin: 0; border: solid #800000 2px; padding: 0; width: 100%; }

DIV.table-row2 {
  background: none #FFFFFF; border: solid #AA777F 6px; color: #AA777F; padding: 0; cellspacing: 6;
  width: 100%; text-indent: 0;
}

DIV.table-row1 {
  background: none #FFFFFF; border: solid #800000 8px; color: #800000; padding: 0; cellspacing: 6;
  width: 100%; text-indent: 0;
}


/* Sets background color of unvisited and visited links */
a:link { 
color: #4C5260; text-decoration: underline; }

a:visited {
color: #6B4163; text-decoration: underline;
}
/* Sets background color of links on hover */
a:hover {
background-color: #FFFFCC;
}
/* Sets background color of active link 
a:active {
background-color: yellow;
}  */


/* use this type line to insert comments */

h2.itemhead
{
    display:inline;
    position:relative;
    top:-18px;
    background-color:#fff;
    border:1px solid #aaa;
    font-weight:normal;
    text-transform: uppercase;
}