


p { 
font-size: 10pt; 
font-family: "verdana", "arial", "geneva", sans-serif; 
}

/*	Links unvisited links							*/
a.link:link {
font-size: 8;
color: #333333;
}

/*	Links visited links							*/
a.link:visited {
color: #333333;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #333333;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #800000;
}

/*	Unvisited links								*/
a:link {
color: White;
}

/*	Visited links								*/
a:visited {
color: White;
}

/*	Active links (not widely supported)					*/
a.menu:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : Black;
	color : White;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	}
	
	/*	Active links (not widely supported)					*/
A.menu:ACTIVE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : Black;
	color : White;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	}

a.menu:HOVER {
	background-color : #999999;
	color : White;
	}
	
	A.menu:VISITED {
	color : White;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

/*	Active links (not widely supported)					*/
A.goto:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : Black;
	color : White;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	}

/*	Active links (not widely supported)					*/
A.goto:ACTIVE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : Black;
	color : White;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	}
	
A.goto:HOVER {
	background-color : Black;
	color : #66CCFF;
	}
	
A.goto:VISITED {
   color : White;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}

	
a:active {
color: White;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #800000;
}


/*	The link description							*/
span.descript {
font-size: 8;
color: #333333;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}




/*	Number of links in categories						*/
small.numlinks {
font-size: 8;
color: #666666;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}






td           { font-family: Verdana; font-size: 10pt }


