/**** Links ****/

a { color: #CC9900;  text-decoration: underline; }
a:active { color: #CC9900; text-decoration: none; }
a:hover { color: #CC9900;  text-decoration: none; }
a:visited { color: #CC9900;  text-decoration: underline; }
a:visited:hover { color: #CC9900; text-decoration: none; }

a.leftnav_off { color: #CC9900;  text-decoration: none; font-family: arial; font-size: 11px; font-weight: bold; }
a.leftnav_off:active { color: #FFFFFF; text-decoration: none; font-family: arial; font-size: 11px; font-weight: bold; }
a.leftnav_off:hover { color: #FFFFFF;  text-decoration: none; font-family: arial; font-size: 11px; font-weight: bold; }
a.leftnav_off:visited { color: #CC9900;  text-decoration: none; font-family: arial; font-size: 11px; font-weight: bold; }
a.leftnav_off:visited:hover { color: #FFFFFF; text-decoration: none; font-family: arial; font-size: 11px; font-weight: bold; }

a.leftnav_on { color: #FFFFFF;  text-decoration: none; font-weight: bold; font-family: arial; font-size: 11px; font-weight: bold; }
a.leftnav_on:active { color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: arial; font-size: 11px; font-weight: bold; }
a.leftnav_on:hover { color: #FFFFFF;  text-decoration: none; font-weight: bold; font-family: arial; font-size: 11px; font-weight: bold; }
a.leftnav_on:visited { color: #FFFFFF;  text-decoration: none; font-weight: bold; font-family: arial; font-size: 11px; font-weight: bold; }
a.leftnav_on:visited:hover { color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: arial; font-size: 11px; font-weight: bold; }


/**** Fonts ****/

.head
{
  font-family: arial;
  font-size: 11px; 
  font-weight: bold;
  color : #000062;
}

.subhead
{
  font-family: arial;
  font-size: 11px; 
  font-weight: bold;
  color : #666666;
}

.copy
{
  font-family: arial;
  font-size: 11px; 
  color : #000000;
  line-height: 16px;
}

.small
{
  font-family: arial;
  font-size: 9px; 
	line-height:11px;
}

.formcopy
{
  font-family: arial;
  font-size: 11px; 
}

.smallformcopy
{
  font-family: arial;
  font-size: 9px; 
}

.search
{
  font-family: arial;
  font-size: 10px; 
  color : #FFFFFF;
  font-weight: bold;
}

.footer
{
  font-family: arial;
  font-size: 10px; 
  color : #FFFFFF;
	line-height:20px;
}


/**** Datagrids ****/

.datagrid { border-color:#777777; font-size:11px; }
.datagridheader { background-color:#1E3E82; color:#FFFFFF; font-weight:bold; }
.datagridheader a,
.datagridheader a:hover,
.datagridheader a:visited { color:#FFFFFF; text-decoration:underline;  }
.datagriditem { background-color:#EEEEEE; }
.datagriditem_alt { }
.datagridfooter { }