/**** Links ****/

a { color: #845238; text-decoration: underline; }
a:active { color: #4C79BF; text-decoration: none; }
a:hover { color: #4C79BF; text-decoration: none; }
a:visited { color: #845238; text-decoration: underline; }
a:visited:hover { color: #4C79BF; text-decoration: none; }

a.on { color: #4C79BF; text-decoration: none; }
a.on:active { color: #4C79BF; text-decoration: underline; }
a.on:hover { color: #4C79BF; text-decoration: underline; }
a.on:visited { color: #4C79BF; text-decoration: none; }
a.on:visited:hover { color: #4C79BF; text-decoration: underline; }

a.popup { color: white; text-decoration: underline; }
a.popup:active { color: white; text-decoration: none; }
a.popup:hover { color: white; text-decoration: none; }
a.popup:visited { color: white; text-decoration: underline; }
a.popup:visited:hover { color: white; text-decoration: none; }

a.blue { color: #4C79BF; text-decoration: none; font-weight: bold; }
a.blue:active { color: #4C79BF; text-decoration: none; font-weight: bold; }
a.blue:hover { color: #4C79BF; text-decoration: none; font-weight: bold; }
a.blue:visited { color: #4C79BF; text-decoration: none; font-weight: bold; }
a.blue:visited:hover { color: #4C79BF; text-decoration: none; font-weight: bold; }

a.subitem { color: #845238;  text-decoration: none; }
a.subitem:active { color: #4C79BF; text-decoration: underline; }
a.subitem:hover { color: #4C79BF;  text-decoration: underline; }
a.subitem:visited { color: #845238;  text-decoration: none; }
a.subitem:visited:hover { color: #4C79BF; text-decoration: underline; }

a.subitem_selected { color: #4C79BF;  text-decoration: none; }
a.subitem_selected:active { color: #4C79BF; text-decoration: underline; }
a.subitem_selected:hover { color: #4C79BF;  text-decoration: underline; }
a.subitem_selected:visited { color: #4C79BF;  text-decoration: none; }
a.subitem_selected:visited:hover { color: #4C79BF; text-decoration: underline; }

a.rightnav_off { color: #845238;  text-decoration: none; }
a.rightnav_off:active { color: #4C79BF; text-decoration: none; }
a.rightnav_off:hover { color: #4C79BF;  text-decoration: none; }
a.rightnav_off:visited { color: #845238;  text-decoration: none; }
a.rightnav_off:visited:hover { color: #4C79BF; text-decoration: none; }

a.rightnav_on { color: #4C79BF;  text-decoration: none; }
a.rightnav_on:active { color: #4C79BF; text-decoration: none; }
a.rightnav_on:hover { color: #4C79BF;  text-decoration: none; }
a.rightnav_on:visited { color: #4C79BF;  text-decoration: none; }
a.rightnav_on:visited:hover { color: #4C79BF; text-decoration: none; }

/**** Fonts ****/

.head
{
  font-family: trebuchet ms, verdana;
  font-size: 12px; 
  font-weight: bold;
  color: #4C79BF;
}

.subhead
{
  font-family: trebuchet ms, verdana;
  font-size: 11px; 
  color: #7F0600;
}

.subsubhead
{
  font-family: trebuchet ms, verdana;
  font-size: 11px; 
	font-style: italic;
  color: #845238;
}

.copy
{
  font-family: trebuchet ms, verdana;
  font-size: 11px; 
  color: #845238;
  line-height: 16px;
	font-weight: normal;
}

.greencopy
{
  font-family: trebuchet ms, verdana;
  font-size: 11px; 
  color: #256602;
  line-height: 16px;
}

.blue
{
  color: #4C79BF;
}

.small
{
  font-family: trebuchet ms, verdana;
  font-size: 10px; 
  color: #845238;
}

.formcopy
{
  font-family: trebuchet ms, verdana;
  font-size: 11px; 
  color: #000000;
}

.popuphead
{
  font-family: trebuchet ms, verdana;
  font-size: 12px; 
  font-weight: bold;
  color: white;
}

.popupcopy
{
  font-family: trebuchet ms, verdana;
  font-size: 11px; 
  color: white;
  line-height: 16px;
	font-weight: normal;
}

/**** Line Breaks ****/

br 
{
  line-height: 11px;
}

br.small
{
	line-height: 2px;
}

br.nothing
{
	line-height: 0px;
}

/**** Lists ****/

ul
{
  padding: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}

ul.noindent
{
  padding: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 8px;
}