/*   http://www.frostbyte.co.uk/enfieldzone/enfieldzone.css   */
BODY {
	font : Arial,Helvetica,Geneva;
	font-size : 12px;
}

td {
	font-family : Arial,Helvetica,Geneva;
	font-size : 12px;
	color : Navy;
}

TEXTAREA {
	font : Arial,Helvetica,Geneva;
	font-size : 12px;
}

TEXTAREA.green {
	background-color : #CCFFCC;
	font : 12px Arial;
	color : #000080;
}

INPUT {
}

INPUT.green {
	background-color: #CCFFCC;
	font : 12px Arial;
	color : #000080;
}

a.linkstitle { text-decoration: none;  background: transparent; font-weight :  font : Arial;  }
a.linkstitle:link { text-decoration: none;  color: #0000FF;  font-weight : bold;  font : Arial;  }
a.linkstitle:visited { text-decoration: none;  color: #000080; font-weight : bold; font : Arial;  }
a.linkstitle:active { text-decoration: none;  color: #FF0000; font-weight : bold;font : Arial;  }
a.linkstitle:hover { text-decoration: underline; color: #0000FF;  background-color : Yellow;  font-weight : bold;font : Arial;  }
