

body { margin-left: 1.75in;
       margin-right: 1.25in;
       margin-top: .25in;
       font-family: Verdana, Arial, sans-serif; 
       font-size: 11pt;
       /* color: #333399; */
       color: #001555;
       /* background: #c1caca; */
       background: #9090A0; }

.lightbg { background-color:#9090A0;}
.dargbg { background-color:#001555; }

/* Headers */
h1 { color: white; text-align: right; background: #001555; 
     font-size: 160%; line-height: 180%; font-family: Helvetica, sans-serif; 
     padding-right: .25in; }

h2, h3, h4, h5, h6 { color: white; text-align: left; background: #001555; text-indent: .25in; }
h2 { font: 150% Helvetica, sans-serif; }
h3 { font: small-caps 120% Helvetica, sans-serif; }
h4, h5, h6 { font: small-caps 100% Helvetica, sans-serif; }



/* Links */
a { text-decoration: none; color: #333399; } 
a:active { color: white; }
a:hover { border-bottom: 1px solid white; }
a:visited { color: #001555; }


/* Lists */
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }

dt { font-weight: bold; }
dt, dd { margin-top: 0; margin-bottom: 0; }

th, td { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

hr { margin-top: 1in; }

.footer { font-style: normal; 
          size: small; 
          text-align: right; 
          margin-top: .2in; 
          margin-bottom: .5in; }

/* Some Text Kinds */
code { font-family: monospace; font-weight: bold; }
dfn { color: white; font-weight: bold; }
tt { color: #0000AA; }


