/* CSS */

body      { font-family: arial, geneva, helvetica, sans-serif;
            font-size: 9pt;
            color: #000000;
            margin: 0px }
p         { margin: 10px 0px }
a         { font-size: 9pt; font-weight: normal; text-decoration: none; }
a:link    { color: #000000 }
a:visited { color: #000000 }
a:active  { color: #003494 }
a:hover   { color: #003494 }
table     { margin-left: 0px; margin-right: 0px; 
            margin-top: 0px; margin-bottom: 0px;
            font-family: arial, geneva, helvetica, sans-serif;
            font-size: 9pt; }
/* td        { font-family: arial, geneva, helvetica, sans-serif;
            font-size: 10pt; } */
/* th        { font-family: arial, geneva, helvetica, sans-serif;
            font-size: 10pt;
            font-weight: bold; } */
input     { border-width: 1px;
            font-family: arial, geneva, helvetica, sans-serif;
            font-size: 9pt }
select     { border-width: 1px;
            font-family: arial, geneva, helvetica, sans-serif;
            font-size: 9pt }
textarea  { border-width: 1px;
            font-family: arial, geneva, helvetica, sans-serif;
            font-size: 9pt }
            
.heading { font-family: arial, geneva, helvetica, sans-serif;
           font-size: 14pt;
           font-weight: normal; }
           
.heading1 { font-family: arial, geneva, helvetica, sans-serif;
            font-size: 12pt;
            font-weight: bold; }
            
.heading2 { font-family: arial, geneva, helvetica, sans-serif;
            font-size: 11pt;
            font-weight: bold; }
           
.boldfont { font-family: arial, geneva, helvetica, sans-serif;
            font-size: 9pt;
            font-weight: bold }
            
.italicfont { font-family: arial, geneva, helvetica, sans-serif;
              font-size: 9pt;
              font-weight: normal;
              font-style: italic }

.smallfont { font-family: arial, geneva, helvetica, sans-serif;
             font-size: 9pt;
             font-weight: normal; }

.smallboldfont { font-family: arial, geneva, helvetica, sans-serif;
                 font-size: 9pt;
                 font-weight: bold }
                 
.smallitalicfont { font-family: arial, geneva, helvetica, sans-serif;
                   font-size: 9pt;
                   font-weight: normal;
                   font-style: italic }
                 
.smallnowrap { font-family: arial, geneva, helvetica, sans-serif;
               font-size: 9pt;
               white-space: nowrap }

.smallboldnowrap { font-family: arial, geneva, helvetica, sans-serif;
                   font-size: 9pt;
                   font-weight: bold;
                   white-space: nowrap }
                 	 
.smallitalicnowrap { font-family: arial, geneva, helvetica, sans-serif;
                   	 font-size: 9pt;
                   	 font-weight: normal;
                   	 white-space: nowrap;
                 	 	 font-style: italic }
                 	 	 
.mediumboldfont { font-family: arial, geneva, helvetica, sans-serif;
           			  font-size: 11pt;
           			  font-weight: bold }
                 	 	 
.mediumitalicfont { font-family: arial, geneva, helvetica, sans-serif;
             			  font-size: 11pt;
             			  font-style: italic }
                 	 	 
.mediumbolditalicfont { font-family: arial, geneva, helvetica, sans-serif;
                 			  font-size: 11pt;
                 			  font-weight: bold;
                 			  font-style: italic }
                 	 	 
.largefont { font-family: arial, geneva, helvetica, sans-serif;
             font-size: 14pt; }
             
.largeitalicfont { font-family: arial, geneva, helvetica, sans-serif;
             			 font-size: 14pt;
             			 font-style: italic }

.largeboldfont { font-family: arial, geneva, helvetica, sans-serif;
                 font-size: 14pt;
                 font-weight: bold }
                 
.largebolditalicfont { font-family: arial, geneva, helvetica, sans-serif;
                 			 font-size: 14pt;
                 			 font-weight: bold;
                 			 font-style: italic }

:link.inverted    { color: #ffffff }
:visited.inverted { color: #ffffff }

.admin            { color: #003494 }
:link.admin       { color: #003494 }
:visited.admin    { color: #003494 }
:active.admin     { color: #000000 }
:hover.admin      { color: #000000 }

.blueish          { color: #000000; font-weight: normal; }
:link.blueish     { color: #000000 }
:visited.blueish  { color: #000000 }
:active.blueish   { color: #003494 }
:hover.blueish    { color: #003494 }

.simple           { font-weight: normal; text-decoration: underline; }
:link.simple      { color: #000000 }
:visited.simple   { color: #000000 }
:active.simple    { color: #003494 }
:hover.simple     { color: #003494 }

.simpleinverted           { font-weight: normal; text-decoration: underline; }
:link.simpleinverted      { color: #003494 }
:visited.simpleinverted   { color: #003494 }
:active.simpleinverted    { color: #000000 }
:hover.simpleinverted     { color: #000000 }

.formtable  { background-color: #eeeeee; color: #000000 }

.oddrow { background-color: #dad6cd; color: #000000 }

.evenrow { background-color: #ffffff; color: #000000 }
