﻿      body {
                /* Style */
                color:#000000;
                font-family:Arial;
                font-size:9;
            }  

            .container {
                /* So the overflow scrolls */
                overflow:auto;
                
                /* Style */
                border: 0px solid black; 
            }
            
            .container table th {
                /* Keep the header cells positioned as we scroll */
                position:relative;
                
                /* Style */
                color: #F7F6F3;
                background: #5D7B9D;
                border-bottom: solid 1px #CCCCCC;
                text-align: center;
                padding-left:5px;
                font-family:Arial;   
                font-size:9;         
            }
            
            .container table th a {
                /* Style */
                color: #F7F6F3;           
            }            
            
            .container table tbody {
                /* For alignment of the scroll bar */
                overflow-x:hidden;
            }  
            
            .container table tbody tr td {
                /* Style */
                color: #333333;
                background: White;
                border-bottom: solid 1px #CCCCCC;
                text-align: center;
                padding-left:3px;
            }                        
