/* My-Style.css */

/* The 16 color keywords are: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. */

/************************************* START ADDED 20110320 *************************************/

html, body
   {
      margin           : 0;
      padding          : 0;
      border           : 0;
   }

body
   {
      font-size        : 100%;
   }

/* Don't use this style because it removes line break - use next style instead */
/*
h1, h2, h3, h4, h5, h6, p
   {
      display          : inline;
   }
*/

h1, h2, h3, h4, h5, h6, p
   {
      margin-top       : 0;
      margin-bottom    : 0;
      padding-top      : 0;
      padding-bottom   : 0;
   }

/************************************* END ADDED 20110320 *************************************/

.addressnormal
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
      font-weight:      bold;
   }

.addresssmall
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        10pt;
      font-style:       normal;
      font-weight:      bold;
   }

.addressverysmall
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        8pt;
      font-style:       normal;
      font-weight:      bold;
      text-align:       center;
   }

.bodygrayrock
   {
      background-color: transparent;
      background-image: url("http://www.lawsoft.com/Graphics/GrayRock-Light.gif");
   }

.bodylawscales
   {
      background-color: transparent;
      background-image: url("http://www.lawsoft.com/Graphics/ScalesTextured.jpg");
   }

.bodypurple
   {
      background-color: transparent;
      background-image: url("http://www.lawsoft.com/Graphics/BackgroundPurple.gif");
   }

.bodygeneral
   {
      background-color: transparent;
      background-image: url("http://www.lawsoft.com/Graphics/Background.gif");
   }

.bodywhitetexture
   {
      background-color: transparent;
      background-image: url("http://www.lawsoft.com/Graphics/WhiteTexture.jpg");
   }

.button
   {
      background-color: silver;
      background-image: none;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        18pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       center;
   }

.buttoncenterednormal
   {
      background-color: silver;
      background-image: none;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       center;
   }

.buttoncenteredsmall
   {
      background-color: silver;
      background-image: none;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        11pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       center;
   }

.buttoncenteredtiny
   {
      background-color: silver;
      background-image: none;
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        10pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       center;
   }

.buttonleftnormal
   {
      background-color: silver;
      background-image: none;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftsmall
   {
      background-color: silver;
      background-image: none;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        11pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftverysmall
   {
      background-color: silver;
      background-image: none;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        10pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftveryverysmall
   {
      background-color: silver;
      background-image: none;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        9pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonlefttiny
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        10pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftverytiny
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        9pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftplain
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.centered
   {
      text-align:       center;
   }

.colorblack
   {
      background-color: transparent;
      background-image: none;
      color:            black;
   }

.colorblue
   {
      background-color: transparent;
      background-image: none;
      color:            blue;
   }

.colorgreen
   {
      background-color: transparent;
      background-image: none;
      color:            green;
   }

.colorred
   {
      background-color: transparent;
      background-image: none;
      color:            red;
   }

.colorwhiteonblue
   {
      background-color: blue;
      background-image: none;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
   }

.emphasized
   {
      font-weight:      bold;
   }

.intro
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        18pt;
      font-style:       normal;
      font-weight:      bold;
      text-align:       center;
   }

.italicized
   {
      font-family:      serif;
      font-style:       italic;
      text-align:       center;
   }

.levelA
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-size:        32pt;
      font-weight:      bold;
      text-align:       center;
   }

.levelAL
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-size:        32pt;
      font-weight:      bold;
      text-align:       left;
   }

.levelB
   {
      background-color: transparent;
      background-image: none;
      color:            blue;
      font-size:        28pt;
      font-weight:      bold;
      text-align:       center;
   }

.levelBL
   {
      background-color: transparent;
      background-image: none;
      color:            blue;
      font-size:        28pt;
      font-weight:      bold;
      text-align:       left;
   }

.levelC
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-size:        24pt;
      font-weight:      bold;
      text-align:       center;
   }

.levelCL
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-size:        24pt;
      font-weight:      bold;
      text-align:       left;
   }

.levelD
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-size:        20pt;
      font-weight:      bold;
      text-align:       center;
   }

.levelDL
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-size:        20pt;
      font-weight:      bold;
      text-align:       left;
   }

.levelE
   {
      background-color: transparent;
      background-image: none;
      color:            blue;
      font-size:        16pt;
      font-weight:      bold;
      text-align:       center;
   }

.levelEL
   {
      background-color: transparent;
      background-image: none;
      color:            blue;
      font-size:        16pt;
      font-weight:      bold;
      text-align:       left;
   }

.levelF
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-size:        12pt;
      font-weight:      bold;
      text-align:       center;
   }

.levelFL
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-size:        12pt;
      font-weight:      bold;
      text-align:       left;
   }

.levelhi
   {
      background-color: transparent;
      background-image: none;
      color:            blue;
      font-size:        18pt;
      font-weight:      bold;
      text-align:       center;
   }

.levelmid
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-size:        15pt;
      font-weight:      bold;
      text-align:       center;
   }

.logo
   {
      width:            36;
      height:           30;
   }

.menuheader
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
      font-weight:      bold;
      text-align:       center;
   }

.vmenuheader
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
      font-weight:      bold;
      text-align:       left;
   }

.notenormal
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
      font-weight:      bold;
   }

/**********/
ul.hmenu
   {
      float           : left;
      width           : 100%;
      padding         : 0;
      margin          : 0;
      list-style-type : none;
   }


a.hmenu
   {
      float            : left;
      width            : 6em;
      text-align       : center;
      text-decoration  : none;
      color            : white;
      background-color : blue;
      padding          : 0.2em 0.6em;
      border-right     : 2px solid white;
      white-space      : nowrap;
   }

a.hmenu:hover
   {
      background-color : red;
   }

li.hmenu
   {
      display          : inline;
   }

ul.vmenu
   {
      list-style       : none;
      text-align       : left;
      margin           : 0;
      padding          : 0;
   }

li.vmenu
   {
      text-align       : left;
   }

a.vmenu
   {
      display          : block;
      width            : 250px;
      text-align       : left;
      font-family      : Verdana;
      font-style       : normal ;
      font-size        : 9pt;
      font-weight      : bold;
      color            : white;
      background-color : blue;
      padding          : 1px;
      text-decoration  : none;
      border-top       : solid #ffffff 1px;
      border-right     : solid #ffffff 1px;
      border-left      : solid #000000 1px;
      border-bottom    : solid #000000 1px;
   }

a.vmenu:hover
   {
      color            : white;
      background-color : red;
      border-top       : solid #000000 1px;
      border-right     : solid #000000 1px;
      border-left      : solid #ffffff 1px;
      border-bottom    : solid #ffffff 1px;
   }

/**********/


/*******************************************************************/


/* Don't add "background-image: none" because this will override images on body */
body
   {
      background-color: transparent;
      color:            black;
      font-family:      arial,helvetica,sans-serif;
   }

h1, h2, h3, h4, h5
   {
      font-family:      arial,helvetica,sans-serif;
      font-style:       normal;
   }

h1
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-size:        18pt;
      font-weight:      bold;
   }

h2
   {
      background-color: transparent;
      background-image: none;
      color:            blue;
      font-size:        16pt;
   }

h3
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-size:        12pt;
   }

h4
   {
      background-color: transparent;
      background-image: none;
      color:            blue;
      font-size:        10pt;
   }

h5
   {
      background-color: transparent;
      background-image: none;
      color:            black;
      font-size:        8pt;
   }

ol
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        15pt;
      font-style:       normal;
   }

p
   {
      background-color: transparent;
      background-image: none;
      color:            black;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
   }

p.button
   {
      font-family:      serif;
      font-size:        10pt;
      font-weight:      bold;
      text-align:       center;
   }

p.buttonbig
   {
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-weight:      bold;
      text-align:       center;
   }



/* not working
table.withbuttons
   {
      border:           0;
      cellpadding:      10;
      cellspacing:      3;
   }
*/

th.isheading
   {
      background-color: transparent;
      background-image: none;
      color:            green;
      font-size:        15pt;
      font-weight:      bold;
      text-align:       center;
   }

th.withpics
   {
      background-color: transparent;
      background-image: none;
      color:            red;
      font-size:        12pt;
      font-weight:      bold;
      text-align:       center;
   }

ul
   {
      background-color: transparent;
      background-image: none;
      color:            black;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
   }

