/* webmars.css */

    /*
    font-style: normal italic
    font-variant: normal small-caps
    font-weight: normal bold lighter 100-900
    font-size: 12pt small medium large larger smaller
    line-height:
    color: #380074;
    font-family: Verdana Arial Helvetica Sans-Serif;
    font-family: Arial Helvetica Helvetica sans-serif;
    font-family: Verdana Arial Helvetica Sans-Serif;
    font-family: "Century Schoolbook" Times Serif;
    font-family: "Comic Sans MS" Verdana Arial Helvetica Sans-Serif;
    */

BODY {
        /* margin: 1em; */ /* affect distance from top of body start */
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        background: white;
}


/* the <pre> tag overrides, for "typewriter" input */

pre {
        font-weight:bold;
        color:navy;
        font-family: courier;
}

#container {
  margin: 0 auto;
  width: 600px;
  /* text-align: left; */
  }


/* TEXT types */

p {
        /* text-indent: 1cm; */
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        margin-right: 2cm;  /* this is around the _outside_ of color */
        margin-top: 1px;  /* this is around the _outside_ of color */
        margin-left: 8px;  /* this is around the _outside_ of color */
  }

.big {
        font-size: 200%;
}


.title {
        COLOR: #336699;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 120%;
        font-weight: bold ;
}

.header {
        color: #ffffff;
        background: #336699;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        font-weight: bold ;
        /* border-left: 10px; */
        border-style: outset;
        /* margin: 1cm 1cm 1cm 1cm; */  /* this is around the _outside_ of color */
        margin-left: 0cm;  /* this is around the _outside_ of color */
        margin-right: 1cm;  /* this is around the _outside_ of color */
        margin-top: 5px;  /* this is around the _outside_ of color */
        margin-bottom: 1px;  /* this is around the _outside_ of color */
        text-indent: 1cm;  /* this is text indent inside the color box */
}


.head2 {
        COLOR: #A00040;
        margin-top: 5px;  /* this is around the _outside_ of color */
        margin-bottom: 1px;  /* this is around the _outside_ of color */
        font-weight: bold ;
        font-style: italic;
}


.example {
        COLOR: red;
}

.faqq {
        margin-top: 10px;  /* this is around the _outside_ of color */
        COLOR: #336699;
        /* COLOR: #A00040; */
        font-style: italic;
        font-weight: bold;
}

.faqa {
        margin-left: 1cm;
        margin-top: 5px;  /* this is around the _outside_ of color */
}

.changed {
        COLOR: #A00040;
        font-style: italic;
        font-weight: bold;
}

/* TABLES types */
/* Service Description Table */
TABLE.value1 {
        background: #efefef;
        border: solid;
        border-width: 1px;
        font-size: 75%;
}

/* Sampel Spreadsheet Table */
TABLE.value2 {
        border: solid;
        border-width: 1px;
        font-size: 75%;
}

P.help {
        font-style: italic;
        font-weight: bold;
        COLOR: #336699;

  }

/*
TH.value1 {
        BACKGROUND-COLOR: #336699;
        COLOR: #ffffff
}
*/


/*
TR.value1 {
        BACKGROUND-COLOR: #ffffcc;
        font-size: 80%;
}
*/

table.formtable {
        font-size: 75%;
}

.info {
      color: blue;
}

tr.mostrecent
{
        font-size: 120%;
        BACKGROUND-COLOR: #ffffcc;
}

table.wmatopmenu
{
        background: #efefef;
        border=solid;
        border-width=1px;
        border-color=black;
        font-size: 85%;
}

td.wmaformtext
{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background: white;
}

tr.wmaformtext
{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background: white;
  font-weight: bold;
}

/* Link Colors */

a:link {color: #0000FF; }
a:visited {color: #0000FF; }
a:hover {color: #FF00FF; }
a:active {color: #0000FF; }

