/*
	Modified by Andrew Clarke <andrew@clarke.ca>
		- 2002-08-23 - added .smallerText for text in initial splash page
		- 2002-09-02
		- 2002-09-04
		- 2002-09-13 - .smallertext now gets 11pt text instead of 10pt
*/

A         {color: #2060C0; font-family: Arial; }
A:link    {color: #2060C0; }
A:visited {color: #2060C0; }
A:active  {color: #2060C0; }
A:hover   {color: red; }

A.A2:link    {color: #FF0000; font-weight: bold; text-decoration: none;}
A.A2:visited {color: #FF0000; }
A.A2:active  {color: #FF0000; }
A.A2:hover   {color: #0000FF; text-decoration: underline;}

A.LP         {
	color: #37648b;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	clip:
	rect(   );
}

A.LP:link    {color: #37648b; }
A.LP:visited {color: #37648b; }
A.LP:active  {color: #993333; }
A.LP:hover   {color: #993333; }

A.LP2        {color: #606060; font-size: 11px; text-decoration: none; font-weight: bold;}
A.LP2:link   {color: #606060; }
A.LP2:visited{color: #606060; }
A.LP2:active {color: #993333; }
A.LP2:hover  {color: #993333; }

A.LP3        {color: #606060; font-size: 11px; text-decoration: none; font-weight: bold;}
A.LP3:link   {color: #606060; }
A.LP3:visited{color: #606060; }
A.LP3:active {color: #993333; }
A.LP3:hover  {color: #993333; }

A.LP4        {color: #606060; font-size: 11px; text-decoration: none; font-weight: bold;}
A.LP4:link   {color: #606060; }
A.LP4:visited{color: #606060; }
A.LP4:active {color: #606060; }
A.LP4:hover  {color: #993333; }


A.LPA        {color: #993333; font-size: 11px; text-decoration: none; font-weight: bold;}
A.LPA:link   {color: #993333; }
A.LPA:visited{color: #993333; }
A.LPA:active {color: #993333; }
A.LPA:hover  {color: #993333; }


H1      {
  font-family: Tahoma, Arial;
  color: #808080;
        }
H2  {
  font-family: Tahoma, Arial;
  color: #808080;
}
H3  {font-family:  Arial;
  color: #664422;
  font-weight: bolder;
  margin-top: 2;
  margin-bottom:1;
  }
H4  {font-family: Arial;
  color:#000045;
  font-weight: bold;
  margin-top: 2;
  margin-bottom:0;
  }
H5 {  color:black;
  text-align: right;
  font-style: italic;
  font-family: Arial;
  font-weight: normal;
  margin-top: 2;
  margin-bottom:0;
  }


P {
  font-family: Arial;
  color:black;
  }

BODY {
   font-family: Arial;
   font-size: 12px;
   color:black;
   }
TD { font-family: Arial;
   color:black;
   font-size: 12px;
   }
FORM { font-family: Arial;
   color:black;
   }

.mini {font-size: 12px;}
.menuhead {font-size: 15px; color:#102070; font-weight:bold;}
.smallerText {font-family: arial; font-size: 11px}
