html {
height:100%; /* fix height to 100% for IE */
height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
font-family: Arial, Verdana, Helvetica; /* set default font */
background:#fff;
overflow: auto;
}

A:{ font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #800000; text-decoration: underline; font-weight: normal;}
A:link     { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #800000; text-decoration: underline; font-weight: normal;}
A:visited  { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #800000; text-decoration: underline; font-weight: normal;}
A:hover{ font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #7789A1; text-decoration: underline; font-weight: normal;}

#menu {padding:0; margin:0; width:140;}
#menu li {list-style-type:none; width:140px; height:20px; margin:2px 0; clear:both;}
#menu a, #menu a:visited {display:block; width:140px; height:20px; border:1px solid #000; background-color:#FFFAF0; color:#000; padding-left:0px; text-decoration:none;}
#menu a span, #menu a:visited span {display:none;}
#menu a:hover {color:#800000; background-color:#CCCCCC; border:1px solid #000; text-decoration:none;}
* html #menu a:hover span {width:8px; height:16px;}

#menu-selected {padding:0; margin:0; width:140;}
#menu-selected li { background-color:#fffaf0; list-style-type:none; width:140px; height:20px; margin:2px 0; clear:both;}
#menu-selected a, #menu-selected a:visited {display:block; width:140px; height:20px; border:1px solid #000; background-color:#CCCCCC; color:#800000; padding-left:0px; text-decoration:none;}
#menu-selected a span, #menu-selected a:visited span {display:none;}
#menu-selected a:hover {color:#800000; background-color:#CCCCCC; border:1px solid #000; text-decoration:none;}
* html #menu-selected a:hover span {width:8px; height:16px;}

#submenu {padding:0; margin:0; width:130px;}
#submenu li {list-style-type:none; width:130px; height:20px; margin:2px 0; clear:both;}
#submenu a, #submenu a:visited {display:block; width:130px; height:20px; border:1px solid #000; background-color:#FFFAF0; color:#000; padding-left:0px; text-decoration:none; font-size: 9pt;}
#submenu a span, #submenu a:visited span {display:none;}
#submenu a:hover {color:#800000; background-color:#CCCCCC; border:1px solid #000; text-decoration:none; font-size: 9pt;}
* html #submenu a:hover span {width:8px; height:16px;}

#submenu-selected {padding:0; margin:0; width:130px;}
#submenu-selected li { background-color:#fffaf0; list-style-type:none; width:130px; height:20px; margin:2px 0; clear:both;}
#submenu-selected a, #submenu-selected a:visited {display:block; width:130px; height:20px; border:1px solid #000; background-color:#CCCCCC; color:#800000; padding-left:0px; text-decoration:none;}
#submenu-selected a span, #submenu-selected a:visited span {display:none;}
#submenu-selected a:hover {color:#800000; background-color:#CCCCCC; border:1px solid #000; text-decoration:none;}
* html #menu-selected a:hover span {width:8px; height:16px;}

#smallmenu {padding:0; margin:0; width:75;}
#smallmenu li {list-style-type:none; width:75px; height:20px; margin:2px 0; clear:both;}
#smallmenu a, #smallmenu a:visited {display:block; width:75px; border:1px solid #000; background-color:#FFFAF0; color:#000; padding-left:0px; text-decoration:none; font-size: 9pt;}
#smallmenu a span, #smallmenu a:visited span {display:none;}
#smallmenu a:hover {color:#800000; background-color:#CCCCCC; border:1px solid #000; text-decoration:none; font-size: 9pt;}
* html #smallmenu a:hover span {width:8px; height:16px;}

body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0px; /*remove padding */
margin:0px; /* remove margins */
border:0px; /* remove borders */
overflow:auto;
}

