/* Style sheet for Bill Murdock's web pages*/
/* Originally based on sheet from Kalyan Moy Gupta */

.regular, .link, .bibitem, .maintext, .note
  {
  font-family:   arial;
  color:     navy;
  font-style:    normal;
  text-align:    justified;
  background:    white;
  padding-bottom:   4px;  
  margin-top:    0px;
  font-size:  10pt;
  font-weight:  normal;
  }

.note
  {
  text-align:  center;
  font-size:  8pt;
  font-weight:  bold;
  }

.maintext, .bibitem
  {
  padding-left:    2em;
  }

.bibitem
  {
  font-size:  9pt;
  text-indent:    -1em;
  padding-bottom:   0px;  
  }

.copyright
  {
  font-family:   serif;
  font-size:     8pt;
  font-weight:   normal;
  font-style:   italic;
  color:    navy;
  padding:     1px;
  }

.t1 
  {
  font-family: arial;
  font-size: 15pt;
  font-weight: bold;
  text-indent: 10px;
  font-style: italic;
  color:  navy;
  background: white;
  padding: 3px;
  border-bottom: 2px solid navy;
  border-right: 2px solid navy;
  }

H2.bar
  {
  font-family:   arial;
  color:     #CCCCCC;
  font-size:    12pt;
  font-weight:  bold;
  font-style:    normal;
  text-align:    left;
  background-color:    navy;
  padding:    1px;
  margin-bottom:  2px;
  margin-top:    3px
  }

H3.links
  {
  font-family:   arial;
  color:     navy;
  font-size:    12pt;
  font-weight:  bold;
  font-style:    normal;
  text-align:    left;
  padding:    0px;
  margin-left:   0px;
  margin-bottom:  2px;
  margin-top:    2px;
  text-indent:    1em;
  }

.sidebar {
  font-family:   arial;
  color:     navy;
  font-size:    9pt;
  font-weight:  normal;
  font-style:    normal;
  text-align:    justified;
  background:    #CCCCCC;
  margin-left:  10pt;
  padding-left:   10pt;
  }
    
.navyborder{border: 1px solid navy; }

.menuCaption
  {font-family: arial;
  font-size:    9pt;
  font-style: normal;
  text-align: center;
  color:  navy;
  }

.menuOn, .menuOff
  {font-family: arial;
  font-weight: normal;
  }

.menuOn
  {
  cursor:  default;
  border-top: 1px solid navy;
  border-left: 1px solid navy;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  }

.menuLit
  {font-family: arial;
  font-weight: normal;
  border-top: 1px solid red;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
  border-right: 1px solid red;
  cursor:  hand;
  }
    
.menuOff
  {
  border-bottom: 1px solid navy;
  border-right: 1px solid navy;
  border-top: 1px solid white;
  border-left: 1px solid white;
  cursor: default;
  }

.footerSpecial
        {
        font-family:    "Times New Roman";
        font-size:              "8 pt";
        font-weight:    normal;
        font-style:     normal;
        color:          navy;
        padding:                "0 px";
        border-top: 2px solid navy;
        }

