
/* CTI Blue: #007ac3 */

A         { text-decoration: none; color: blue;}
A:link    { text-decoration: none; color: blue;}
A:visited { text-decoration: none; color: blue;}
A:active  { text-decoration: none; color: blue;}
A:hover   { text-decoration: underline; color: blue;}

BODY, P, H1, H2, H3, H4, H5, LI, TD, TH, DD, DT, PRE
{
	/* font-family: Tahoma, Arial, Verdana, sans-serif; */
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: black;
}

P
{
  cursor: default;
}

STRONG
{
  cursor: default;
}

IMG
{
  padding: 0px;
  margin: 0px;
  border: none;
}

TABLE
{
  cursor: default;
}

TR
{   
  cursor: default;
}

TD
{    
  cursor: default;
}

H1 
{
  border: 1px outset #aaa;
  cursor: default;
  padding: 0.3em;
  background-color: #F0F0F0;
  line-height: 100%;
  font-size: 1.2em;
}

H2, H3, H4, H5
{
  cursor: default;
  font-size: 1.2em;
}

FORM 
{
  cursor: default;
}

BODY 
{
  color: black;
  background-color: white;
  margin: 0px;
  padding: 0px;
  cursor: default;
}

.headleft th { text-align: left; }

th, td { padding: 0.4em; }

