BODY, P {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:black;
	font-size:.8;
};

TD {font-family:Verdana, Arial, Helvetica, Sans-serif;color:black;font-size:.8em;};

H2 {
  font-famil : "verdana";
  font-weight : bold;
  color : black;
  font-size : 18pt;
};


THEAD {
  font-family : "verdana";
  font-weight : bold;
  color : white;
  background-color : teal;
};

A {
  color : black;
  font-weight : normal;
};

A.NoUnderline {
  text-decoration : none;
  color : #F6AE00;
  font-weight : bold;
  visited : #F6AE00;
  active : red;
  Hover : red;
  font-family : "verdana";
  font-size : 11px;
};

A.NoUnderline1 {
  text-decoration : none;
  color : black;
  font-weight : bold;
  visited : black;
  active : red;
  Hover : red;
  font-family : "verdana";
  font-size : 15px;
};

A.PN {
    font-family : "verdana";
    font-size : 11px;    
    Text-decoration : none;
    color : white;
    font-weight : bold;
    visited : white;
    active : white;
    hover : red;
};

A:visited { color : #F6AE00; };
A:Active { color : #F6AE00; };
A:Hover {
  color : #FA1800;
};

