body             { font-family: Verdana,Arial,Helvetica; 
                   font-size: 10pt; 
                   background-color: #ffffff }
body.navbar      { background-color: #000080 }
table            { 
                   padding: 2;
                   margin: 0;
                   border: 0;
                   border-collapse: collapse;
                 }
th               { font-weight: bold; 
                   font-size: 10pt; 
                   text-align: Right;
                   vertical-align: center;
                   background-color: #CCCCCC }
th.TopHeader     { text-align: Center }
td               { font-size: 10pt; }
.UserMessage     { font-size: 10pt; 
                   font-weight: bold; 
                   color: #ff0000 }
A:link           { color: #0000ff; 
                   text-decoration: none; }
A:visited        { text-decoration: none; }
A:hover          { color: magenta; 
                   text-decoration: underline; }
A:link.navbar    { color: yellow; 
                   text-decoration: underline; }
A:visited.navbar { color: yellow; 
                   text-decoration: underline; }
A:hover.navbar   { color: lightgreen; }
caption          { background-color: #CCCCCC }

.required		     {
                   color: red;
                   font-size: 8pt;
                   vertical-align: super;
                 }

#moreinfo        {
                   text-align: justify;
                   margin-right: 5px;
                 }
