﻿/* Multpath CSS Theme Sheet */

.LabReq  {
  color: #800080;
  font-weight: bold;
  font-family: Century Gothic, Arial, Helvetica;
  }

BODY {
  color:  #000000;
  font-family: Century Gothic, Arial, Helvetica;
  font-size: 10pt;
  margin: 0 0 0 0;
  background-image: url(images/inmtextb.gif);
  }

TABLE, TR, TD {
  color:  #303030;
  font-family: Century Gothic, Arial, Helvetica;
  font-size: 9pt;
  margin: 3px 3px 3px 3px;
  line-height: 1em;
  }

INPUT, TEXTAREA {
  color:  #303030;
  font-family: Century Gothic, Arial, Helvetica;
  font-size: 9pt;
  border-width:1px;
  border-style:groove;
  margin: 2px 2px 2px 2px;
  }

UL, OL, LI {
  color:  #303030;
  font-family: Century Gothic, Arial, Helvetica;
  font-size: 9pt;
  /* margin: 0 0 0 0; */
  line-height: 3em;
  }

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  underline;
  color:            blue;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  underline;
  color:            gray;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            blue;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color:            blue;
  } 
