div#navigation {
width: 200px; 
background: gray; 
padding: 10px; 
position: absolute; 
top: 100px; 
left: 500px; 
}

a:link
{
color: #002095;
text-decoration: none;
}

a:visited
{
color: #000000;
text-decoration: none;
}



a:hover
{
color:#FF0000;
text-decoration: none;
}

a.WhiteLink a:link{
color:#FF00FF
}

a.WhiteLink a:visited{
color:#FF00FF;
text-decoration: none;
}

a.WhiteLink a:hover{
color:#FF00FF; text-decoration:underline
}

a.WhiteLink a:active{
color:#FFFFFF
}


.contentTable{
position: absolute; 
top: 90px; 
left: 200px;
height: 1015px;
overflow: auto;
}

.cellbackbotmida {
background: url(img/interface/ContentTable_091a.gif)
}

.cellbacktopmid {
background: url(img/interface/ContentTable_021.gif)
}

.cellbtopmida {
background: url(img/interface/ContentTable_021aa.gif)
}

.cellbackleft {
background: url(img/interface/ContentTable_06.gif) repeat-y;
}


.cellbackright {
background: url(img/interface/ContentTable_07.gif) repeat-y;
}
