/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	Menu									*/
small.menu {
font-size: small;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link, a.menulink:active, a.menulink:visited {
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.menulink:hover {
	color: #000000;
	font-style: normal;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.menulinkfake{
	color: #000000;
	font-style: normal;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*	Menu visited links							*/
a.menulink:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: normal;


}

.ResultLink {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	text-decoration: underline;
	font-weight: normal;
}
.update {
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body, table, td { font-family: Verdana, Arial, Helvitica, sans-serif; font-size: 13px; }
.smallest { font-size: 11px; }
a.footer:link, a.footer:active, a.footer:visited, a.footer:hover { color: #996600; font-size: 10px; text-decoration: none; }