/* CSS Document */
TD { font-family: verdana; font-size: 11px; color: 666666; text-decoration: none; }
A { color: 004080; text-decoration: none; }
A:hover { color: FF0000; text-decoration: underline; }

#boxmenu1 { border: 1px solid black; width: 22px; height; 16px; background-color: #ffffff; }
#boxmenu1 a { font: normal 12px arial,helvetica; padding: 4px; display: block; color: #00008B; text-decoration: none; } 
#boxmenu1 a:hover { background-color: #00008B; color: white; text-decoration: none; }
#boxmenu1 a:active { background-color: #cccccc; color: #00008B; text-decoration: none; }

#boxmenu2 { border: 1px solid black; width: 22px; height; 16px; background-color: #ffffff; }
#boxmenu2 a { font: normal 12px arial,helvetica; padding: 4px; display: block; color: #00008B; text-decoration: none; } 
#boxmenu2 a:hover { background-color: #00008B; color: white; text-decoration: none; }
#boxmenu2 a:active { background-color: #cccccc; color: #00008B; text-decoration: none; }

#boxmenu { border: 1px solid black; width: 22px; height; 16px; background-color: #00008B; }
#boxmenu a { font: normal 12px arial,helvetica; padding: 4px; display: block; color: #ffffff; text-decoration: none; } 
#boxmenu a:hover { background-color: #00008B; color: white; text-decoration: none; }
#boxmenu a:active { background-color: #cccccc; color: #00008B; text-decoration: none; }

#stripper { margin:0px; clear:both; width:900px; }
#stripper tr { width:900px; }
#stripper tr td { padding:8px; width:auto; height:auto; float:left; }