﻿/* These styles govern the look of the body and content */


/* The top margin of the body must equivalent to the profile header height in navResumee.css */
body                     { font-family: Verdana, Arial; font-size: 11pt;
                           margin-top: 114px; margin-right: 10px; margin-left: 10px; }

h1                       { font-size: 13pt; }
h2                       { font-size: 11pt; }
h3                       { font-size: 11pt; }
h4                       { font-size: 10pt; }

li                       { list-style-type: square; list-style-position: outside; }

img                      { border-collapse: collapse; border-width: 0px; }

table.content            { width:95%; border-collapse: collapse; border-width: 0px; }
  .content th            { border-width:1px; border-style:solid; border-color:gray;
                           color:#FFFFFF; background-color:#000000; font-weight:bold; 
                           vertical-align:middle; text-align:center; }
  .content td            { border-width:1px; border-style:solid; border-color:gray; text-align:left; }
  
  td.fixed               { white-space:nowrap; vertical-align:middle; text-align:center; }
  