/* Default CSS Stylesheet for a new Web Application project */

TABLE
{
	font-family:  Arial, Sans-Serif;
	font-size:  x-small;
}

#dgDirectory, #dgPastor, #dgService, #dgMember, #dgUsers
{
	font-family: Arial;	
	font-size: xx-small;
}

/* HREF styles */
A
{
	text-decoration:underline;	
}

A, hyperlink:link, hover, visited, active
	{	
	color:	#3333cc;
	}	
