/* 
    Document   : kmstyle.css
    Created on : 2009-feb-28, 13:19:18
    Author     : Roger
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html body {margin:0px; font-family:verdana,sans-serif;font-size:10pt; background-color: #ffffff;}
.heading {font-size:16pt; font-weight:bold;}
.smallheading {font-size:10pt; font-weight:bold;}
.body_bg_1 { background-color: #006600; text-align:center;color:#ffffff; width:160px;}
.body_bg_0 {text-align:center; background-color: #ffffff;}
td.team { border-bottom:1px solid #006600; }
div#footer { text-align:center; }
div.small { font-size:10pt; }
table#outer { margin-left:10px;width:97%; vertical-align:top; }
table#inner { width:100%; }


