/* 
  PAGE DEFAULT DEFINITION
*/

.body, div, td, p, br, blockquote, ol, ul, li, form, input, text, select, textarea, option
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #000000;
}

/* 
  SELECTOR DEFINITIONS
*/

P, SPAN
{
  line-height: normal;
  margin-bottom : 15px;
  margin-top:0;
}

 

/* 
  CLASS DEFINITIONS
*/

.footnote
{
  font-size: 10px;
  color: #333333;
}

.feature
{
  font-weight: bold;
  color: #006BAD;
}

.SecondaryNavLink
{
  font-weight: bold;
  color: #E7E7E7;
}

 

/* 
  A SELECTOR DEFINITIONS
*/

A 
{
  color: #FF5900;
}

A.LeftColLink
{
  color: #333333;
}

A.SecondaryNavLink
{
  color: #ffffff;
  font-weight: bold;
}

A.TertiaryNavLink
{
  color: #000000;
  font-weight: bold;
}

A:link { text-decoration: underline; }
A:visited { text-decoration: underline; }
A:hover { text-decoration: none; }
A:active {text-decoration: none;}

A.homepage:link {color: #F51E30; font-weight: bold; text-decoration: underline; }
A.homepage:visited {color: #181EA5; font-weight: bold; text-decoration: underline; }
A.homepage:hover {color: #ff0000; font-weight: bold; text-decoration: none; }
A.homepage:active {color: #ff0000; font-weight: bold; text-decoration: none;}