/*   The main BODY tag is set by ~/css/y-all.css   */


body.cat07 {
    margin: 20px 40px 30px 160px;
    background-color:#FFFFFF;
}

div.list {
    font-family: "Franklin Gothic Book","Trebuchet MS",Arial,sans-serif;
    font-size:normal;
    font-weight:bold;
    margin-bottom:3px;
    padding-bottom:3px;
}

.nbot { margin-bottom:0; padding-bottom:0; }

div.nbot {
   font-family: "Franklin Gothic Book","Trebuchet MS",Arial,sans-serif;
   font-size:normal;
   font-weight:bold;
   margin-bottom:0;
   padding-bottom:0;
}


p,th,td,li,dl {
    font-family: "Franklin Gothic Book","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:small;
    line-height:1.3;
    margin-top:2px;
    margin-bottom:2px;
    padding-top:1px;
    padding-bottom:1px;
  }

th {
    /*  This is a shade of blue   */
    background-color:#c6d7ef;
}

td {
    vertical-align:top;
}


h1,h2,h3,h4 {
    /*  Formerly, Book Antiqua was the first choice    */
    font-family:"Bookman Old Style",Georgia,"Palatino Linotype",Times,serif;
    color:black;
    line-height:1.2;
 }

h3.y_sect {
    margin-top:16px;
    margin-bottom:16px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:4px;
    background-color:#ffffc4;
    border-style:solid;
    border-width:2px;
    border-color:gray;
    width:100%;
    font-weight:bold;
  }

ol.notop { margin-top:0px; }

.cen { text-align:center; }
.lf  { text-align:left;   }
/* Pseudo-Classes: Links    */
A:link    { color:#6095CA; }  /* unvisited match the blue over/under the pic    */
A:visited { color:#734D4A; }  /* match the brown of The Assn of Chgo lettering  */
A:hover   { color:#b22222; }  /* hover turns link like red brick                */
A:active  { color:#999999; }  /* while clicking turns link a silvery gray       */

/* Indent Left, Indent Right, Indent Both */
.IL { margin-left:5%; }
.IR { margin-right:5%; }
.IB { margin-left:5%; margin-right:5%; }

/* --- END OF FILE --- */

