A:link { color: blue;}

A:hover { color: #f90; }

.fakeLink {
	color: blue;
	text-decoration: underline;
}



/* The following sets the default font styles.

	Explicit was added to fix a problem in NS4 that caused
	the font style to be lost after a checkbox or radio
	button. It is also useful for adding font style with
	a <span> element which won't do block rendering (and thus
	vertical whitespace).
*/

P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	margin: 0px;
}

/*
	All classes inherit the default style stated above.
	At least they should. Some browsers don't work that
	way. Some classes set the same style as others, this
	is done to allow variation in the future.
*/

/* Display form fields in smaller monospace to fix Netscape width problem */

TEXTAREA, INPUT, SELECT, OPTION {
	font-family: "Lucida Console", Courier, monospace;
	font-size: 9pt;
}

#breadcrumb {display:none}

a.nav, a.nav:link, a.nav:visited, a.nav_on:visited {display:block; padding:10px 0 5px 5px; font:8pt Verdana, Arial, Helvetica, sans-serif; color:#000; text-decoration:none}
a.nav:hover, a.nav_on:link {display:block; padding:10px 0 5px 5px; font:8pt Verdana, Arial, Helvetica, sans-serif; color:#000; text-decoration:none; background:url(dot.gif) no-repeat}
