body
{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
background-color: #666666;
}

#layoutTable
{
width: 434px;
height: 131px;
border-left: solid gray 5px;
border-right: solid gray 6px;
border-top: solid gray 6px;
border-bottom: solid gray 5px;
margin: auto;
}

#navigationCell img
{
padding: 0px;
margin: 0px;
border: none;
}

#navigationCell
{
border-bottom: solid black 1px;
text-align: center;
}

#pictureCell
{
border-bottom: solid black 1px;
background-color: white;
vertical-align: middle;
}

#contentArea
{
background-color: white;
}

#leftColumn
{
border-right: solid black 1px;
width: 91px;
padding: 6px;
vertical-align: top;
font-size: xx-small;
text-align: center;
}

#leftColumn img
{
border: none;
clear: both;
}

#rightColumn
{
width: auto;
padding: 6px;
vertical-align: top;
color: #666666;
}

#rightColumn h2
{
font-weight: bold;
font-size: larger;
color: black;
}

#footerArea
{
background-color: black;
color: white;
font-size: xx-small;
text-align: center;
padding: 3px;
}

a:visited
{
text-decoration: none;
color: #FF0000;
}

a:active
{
text-decoration: none;
}

a:link
{
text-decoration: none;
color: #FF0000;
}

a:hover
{
text-decoration: none;
color: #666666;
}

h2
{
color: #000000;
}

h4
{
color: #0000FF;
font-style: normal;
font-weight: bold;
font-size: small;
}

h3
{
color: #000000;
font-style: normal;
font-weight: normal;
font-size: small;
}

h5
{
color: #FF0000;
font-style: normal;
font-weight: normal;
font-size: small;
}

.emph
{
color: Blue;
}