/* 
  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: 12px;
  color: #000000;
}

/* 
  SELECTOR DEFINITIONS
*/

P, SPAN
{
  line-height: normal;
  margin-bottom : 15px;
  margin-top:0;
}

UL
{
  margin-bottom : 0;
  margin-top : 0;
}

/* 
  CLASS DEFINITIONS
*/

.footnote
{
  font-size: 10px;
  color: #333333;
}

.feature
{
  font-weight: bold;
  color: #006BAD;
}

.SecondaryNavLink
{
  font-weight: bold;
  color: #E7E7E7;
}

UL, .RedBulletList
{
  list-style-image: url(../../images/bullet1.gif);
  list-style : none url(../../images/bullet1.gif);
  margin-bottom: 5;
}

/* 
  A SELECTOR DEFINITIONS
*/

A 
{
  color: #006BAD;
}

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: #ff0000; font-weight: bold; text-decoration: underline; }
A.homepage:visited {color: #ff0000; 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;}
