﻿        body {
            font-family:Georgia,"Times New Roman",Serif;
            font-size: 10pt;
            background:#787878 url(bg.gif) repeat-x fixed center top;
        }
        
        p { line-height: 1.5em; }
    
        #DocumentWrapper { width: 888px; margin: 0 auto; margin-top: 40px; background: white; }
        #content { margin-top: 10px; margin-bottom: 20px; padding: 40px; font-size: 8pt; }
    
        a { color: #000060; text-decoration: underline; }
        a:hover { text-decoration: none; }
        a img { border: 0; }
        
        #footer {
            background: #000000;
            display: block;
            height: 40px;
            width: 888px;
        }
        
        #footer td
        {
            padding-left: 20px;
            color: #FFFFFF;
            font-weight: bold;
            white-space: nowrap;
        }
        
        #footer a
        {
            color: #FFFFFF;
        }
        
        .eventTable td, .eventTable th
        {
        	line-height: 2.5;
        	padding: 0 1em;
        }        
        
        .eventTable td a 
        {
        	display: block;
        }
        
        .eventTable tr.odd { background: #ccc; }
