/*
Move a and a:hover css directives to an extra style file
which is importet with media="all".
This hides a and a:hover from CSS-buggy Netscape 4
*/

div.smallheadfont a {
  color: black;
  background: #9ddbb0;
  padding: 2px;
  text-decoration: underline;
}

div.smallheadfont a:hover {
  background: #00c000;
  color: black;
}

div.content a {
  color: #000080;
  text-decoration: none;
  padding: 1px;
}

div.content a:hover {
  background: #00c000;
  color: black;
}

div.content table {
	color: black;
	font: 13px Verdana, sans-serif;
}

div.content select {
	color: black;
	font: 13px Verdana, sans-serif;
}

div.content input {
	color: black;
	font: 13px Verdana, sans-serif;
}

div.greenbox a {
  color: #000080;
  background: #9ddbb0;
  padding: 1px;
  text-decoration: none;
}

div.greenbox a:hover{
  color: black;
  background: #00c000;
}

div.greenbox table {
	font: 13px Verdana, sans-serif;
}

div.greenbox td {
	font: 13px Verdana, sans-serif;
	line-height: 17px;
	color: black;
	background: #9ddbb0;
}

div.greenheader a {
  color: #000080;
  background: #9ddbb0;
  padding: 1px;
  text-decoration: none;
}

div.greenheader a:hover{
  color: black;
  background: #00c000;
}


