body
{
 background-color:black;
 margin:0px 0px 0px 0px;
}

.FlashTable
{
 width:100%;
 height:100%;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 background-position: center center;
 background-repeat:repeat-x;
}

.contentTable
{
 width:100%;
 height:100%;
 padding:0px 1em 0px 1em;
 margin:0px 0px 0px 0px;
}

.menu
{
 padding: 5px;
 font-family: sans-serif;
 font-size:10pt;
}

.menu a:link,
.menu a:active,
.menu a:visited,
{
 text-decoration: none;
 color: #363636;
}

.menu a:hover
{
 text-decoration: underline;
 color: "#B5B6F6";
}