
/* General body formats. */

body       {font-family: "arial", "verdana", "helvetica", sans-serif;
            margin-top: 0px; padding-top: 0px;
            font-size: 12px;
            color: #000000;
            background-color: #ffffff;
            background-image: url("grayback.jpeg");
            background-repeat: repeat; }

body       {scrollbar-face-color:       #550000;
            scrollbar-arrow-color:      #ffffff;
            scrollbar-track-color:      #333333;
            scrollbar-shadow-color:     #999999;
            scrollbar-highlight-color:  #ffffff;
            scrollbar-3dlight-color:    #660000;
            scrollbar-darkshadow-color: #000000; }

/* Headings. */

h1         {font-family: "times new roman", serif;
            color: #660000; font-size: 28px; font-weight: bold;
            margin: 6px; padding 6px; 
            text-decoration: none; }

h2         {font-family: "times new roman", serif;
            color: #660000; font-size: 20px; font-weight: bold;
            margin: 6px; padding 6px; 
            text-decoration: none; }

/* Generic text formatting. */

p          {font-family: "arial", "verdana", "helvetica", sans-serif;
            color: #000000; font-size: 14px; font-weight: normal;
            text-align: justify;
            padding-left: 18px; padding-right: 18px; 
            padding-top:   0px; padding-bottom: 0px; }

td         {font-family: "arial", "verdana", "helvetica", sans-serif;
            color: #000000; font-size: 14px; font-weight: normal; }

li         {font-family: "arial", "verdana", "helvetica", sans-serif;
            font-size: 13px; font-weight: normal;
            padding: 0px; margin: 0px; text-align: left; }

a          {font-family: "arial", "verdana", "helvetica", sans-serif;
            color: #996600; font-weight: bold;
            text-align: justify; text-decoration: none; }

a:hover    {font-family: "arial", "verdana", "helvetica", sans-serif;
            color: #fffcf0; font-weight: bold;
            background-color: #996600;
            text-align: justify; text-decoration: none; }

.bi        {font-family: "times new roman", serif; color: #660000; 
            font-size: 15px; font-style: italic; font-weight: bold; }

.bp        {font-family: "times new roman", serif; color: #660000; 
            font-size: 15px; font-weight: bold; }

.sup       {font-family: "times new roman", serif; color: #660000; 
            font-size: 10px; vertical-align: super; font-weight: bold; }

/* Menus */

.menu1 a
        {display: block;
         color: #cccccc; text-decoration: none;
         background-color: #000000;
         font-weight: normal;
         font-size: 14px;
         border: solid #000000 1px; 
         padding: 1px; 
         text-align: center;
         margin-top:    4px;
         margin-left:   0px;
         margin-right:  0px;
         margin-bottom: 4px;
         width: 110px; position: static; }

.menu1 a:visited
        {display: block;
         color: #999999; text-decoration: none;
         background-color: #000000;
         font-size: 14px;
         border: solid #999999 1px; text-align: center;
         width: 110px; position: static; }

.menu1 a:hover
        {display: block; background-color: #cccccc;
         color: #000000; text-decoration: none;
         font-size: 14px;
         border: solid #000000 1px; text-align: center;
         width: 110px; position: static; }

/* BTSB Menu */

.menu2 a
        {display: block;
         color: #ffffff; text-decoration: none;
         background-color: #202020;
         font-size: 12px; font-weight: bold;
         border: solid #cccccc 1px; padding: 1px; text-align: center;
         margin: 1px;
         width: 140px; position: static; }

.menu2 a:visited
        {display: block;
         color: #cccccc; text-decoration: none;
         background-color: #202020;
         font-size: 12px; font-weight: bold;
         border: solid #999999 1px; padding: 1px; text-align: center;
         margin: 1px;
         width: 140px; position: static; }

.menu2 a:hover
        {display: block; background-color: #000066;
         color: #ccddff; text-decoration: none;
         font-size: 12px; font-weight: bold;
         border: solid #ccddff 1px; padding: 1px; text-align: center;
         margin: 1px;
         width: 140px; position: static; }

/* EOF */
