td.menu {font-family:Verdana; font-weight:bold; font-size:12pt; color:#FFFFFF;               vertical-align:middle;text-align:center; }
td.info1 {font-family:Verdana; font-weight:normal; font-style:italic; font-size:12pt; color:#FFFFFF;               vertical-align:top;text-align:left; }
td.info {font-family:Verdana; font-weight:normal; font-style:italic; font-size:12pt; color:#666666;               vertical-align:top;text-align:left; }
td.footer {font-family:Verdana; font-weight:normal; font-size:12pt; color:#CCCCCC;               vertical-align:middle;text-align:center; }
 a.menu:link { font-family:Verdana; font-weight:normal; font-size:10.7pt; color:#61af37; text-decoration:none; padding:5px; }
 a.menu:visited { font-family:Verdana; font-weight:normal; font-size:10.7pt; color:#61af37; text-decoration:none; padding:5px;               vertical-align:middle;text-align:center; }
 a.menu:focus { font-family:Verdana; font-weight:normal; font-size:10.7pt; color:#A6D756; text-decoration:none; padding:5px; }
 a.menu:hover { font-family:Verdana; font-weight:normal; font-size:10.7pt; color:#A6D756; text-decoration:none; padding:5px; }
 a.menu:active { font-family:Verdana; font-weight:normal; font-size:10.7pt; color:#A6D756; text-decoration:none; padding:5px; }

 a.footer:link { font-family:Verdana; font-weight:normal; font-style:italic; color:#CCCCCC; text-decoration:none; }
 a.footer:visited { font-family:Verdana; font-weight:normal; font-style:italic; color:#CCCCCC; text-decoration:none; }
 a:link { font-family:Verdana; font-weight:normal; font-style:normal; color:#629130; text-decoration:none; }
 a:hover { font-family:Verdana; font-weight:normal; font-style:normal; color:#629130; text-decoration:none; }
 a:visited { font-family:Verdana; font-weight:normal; font-style:normal; color:#629130; text-decoration:none; }
font { font-family:Verdana; font-weight:normal; font-size:9.0pt; color:#88898D; text-decoration:none; }
font.terri { font-family:Verdana; font-weight:normal; font-size:9.0pt; color:#629130; text-decoration:none; }
font.links { font-family:Verdana; font-weight:normal; font-size:9.0pt; color:#FFFFFF; text-decoration:none; }

/*b.menu { color: #e39001; font-weight:bold; }*/
b.menu { color: #73A351; font-weight:bold; }
b.big { color: #95cf41; font-weight:bold; font-size:15pt; vertical-align:middle;text-align:left; }
h1 { color: #73A351;}
ul { margin-top: 0px; margin-bottom: 0px; }
li { list-style-type:circle; font-family:Verdana; font-weight:normal; font-size:9.0pt; color:#88898D; text-decoration:none;}

body {vertical-align:middle;text-align:center;}

html, body, textarea {
  scrollbar-base-color:#CCCCCC;
  scrollbar-3d-light-color:#badf7c;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#badf7c ;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#e4efcd;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
        clear: both;
        border: 0px;
        /*border: 1px solid #963;*/
        height: 100%;
        overflow: auto;
        width: 100%
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
        overflow: hidden;
        width: 100%
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
        float: left;
        width: 100%
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
        width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
        display: block;
        height: 100%;
        overflow: auto;
        width: 100%
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
        width: 100%
}

html>body tbody.scrollContent td + td {
        width: 100%
}

html>body tbody.scrollContent td + td + td {
        width: 100%
}
