<!--

.itemBorder { border: 1px solid White }
.itemText { text-decoration: none; color: #FFFFFF; font: bold 11px Tahoma, Arial}

.crazyBorder { border: 1px outset #663399 }
.crazyText { text-decoration: none; color: #003399; font: Bold 11px Tahoma, Arial }

.tableOver{
font-family: Tahoma, Arial; 
font-size: 8pt;
text-decoration: none; 
color: white; 
background-color: #666666;
cursor:hand
}
.tableClick{
font-family: Tahoma, Arial; 
font-size: 8pt;
text-decoration: none; 
color: #003399; 
background-color:black
}
.table{
font-family: Tahoma, Arial; 
font-size:8pt;
text-decoration: none; 
color: #003399; 
border-collapse: collapse;
border-color:black;
background-color:#FAF9E2
}


.tableCell{
font-family: Tahoma, Arial; 
font-size:8pt;
text-decoration: none; 
border-collapse: collapse;
border-color:#AAAAAA;
}

.tableHeader{
font-family: Tahoma, Arial; 
font-size:8pt;
font-weight: bold;
text-decoration: none; 
color: #000000; 
border-collapse: collapse;
border-color:999999;
background-color:#E6E1B9
}

-->