/* -- Colours:

Orange 	- #F28D1E
Slate 	- #80808C
Lt Grey	- #E9E4DE (form borders only)

-------------- */

*, body { font-family: "Century Schoolbook", "Times New Roman", Times, serif; }

img { 	border-width: 0px; }

a { 
	color: #F28D1E; 
	text-decoration: none; 
}
a:hover { text-decoration: underline; }

a.img { color: white; }

ul { list-style-type: none; line-height: 1;}

#site {
	width: 870px;
	background-color: #FFFFFF;
	color: #80808C;
	/*font-size: 0.7em;	*/
}

.hfeb {	display: none;	}

.orange { color: #F28D1E; }