/* JusticeCourtStyle.css */

/* The 16 color keywords are: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. */

<STYLE type="text/css">
<!--

/* not working
.tableofbuttons
   {
      border:           0;
      cellpadding:      50;
      cellspacing:      50;
      text-align:       center;
   }
*/

.addressnormal
   {
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
      font-weight:      bold;
   }

.addresssmall
   {
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        10pt;
      font-style:       normal;
      font-weight:      bold;
   }

.addressverysmall
   {
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        8pt;
      font-style:       normal;
      font-weight:      bold;
      text-align:       center;
   }

.button
   {
      background-color: silver;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        18pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       center;
   }

.buttoncenterednormal
   {
      background-color: silver;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       center;
   }

.buttoncenteredsmall
   {
      background-color: silver;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        11pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       center;
   }

.buttoncenteredtiny
   {
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        10pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       center;
   }

.buttonleftnormal
   {
      background-color: silver;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftsmall
   {
      background-color: silver;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        11pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftverysmall
   {
      background-color: silver;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        10pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftveryverysmall
   {
      background-color: silver;
      color:            white;
      font-family:      arial,helvetica,sans-serif;
      font-size:        9pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonlefttiny
   {
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        10pt;
      font-style:       italic;
      font-weight:      bold;
      text-align:       left;
   }

.buttonleftplain
   {
      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
   {
      color:            black;
   }

.colorblue
   {
      color:            blue;
   }

.colorgreen
   {
      color:            green;
   }

.colorred
   {
      color:            red;
   }

.emphasized
   {
      font-weight:      bold;
   }

.intro
   {
      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;
   }

.levelhi
   {
      color:            blue;
      font-size:        18pt;
      font-weight:      bold;
      text-align:       center;
   }

.levelmid
   {
      color:            green;
      font-size:        15pt;
      font-weight:      bold;
      text-align:       center;
   }

.logo
   {
      width:            36;
      height:           30;
   }

.menuheader
   {
      color:            red;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
      font-weight:      bold;
      text-align:       center;
   }

/*******************************************************************/

body
   {
      color:            black;
      font-family:      arial,helvetica,sans-serif;
   }

h1, h2, h3, h4, h5
   {
      font-family:      arial,helvetica,sans-serif;
      font-style:       normal;
   }

h1
   {
      color:            red;
      font-size:        18pt;
      font-weight:      bold;
   }

h2
   {
      color:            blue;
      font-size:        16pt;
   }

h3
   {
      color:            red;
      font-size:        12pt;
   }

h4
   {
      color:            blue;
      font-size:        10pt;
   }

h5
   {
      color:            black;
      font-size:        8pt;
   }

ol
   {
      color:            green;
      font-family:      arial,helvetica,sans-serif;
      font-size:        15pt;
      font-style:       normal;
   }

p
   {
      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
   {
      color:            green;
      font-size:        15pt;
      font-weight:      bold;
      text-align:       center;
   }

th.withpics
   {
      color:            red;
      font-size:        12pt;
      font-weight:      bold;
      text-align:       center;
   }

ul
   {
      color:            black;
      font-family:      arial,helvetica,sans-serif;
      font-size:        12pt;
      font-style:       normal;
   }

// -->
</STYLE>
