/* 
author:		jason gonzales
created:		11.03.2008
updated:		11.03.2008
file:			cssgf.css
description:	CSS file that handles the design specifically for the genealogy web pages
*/

h4	{
	  margin-top:		45px;
	  margin-bottom:	0;
}

.remoteLink	{
			  font-style:	italic;
}

.gfEmailHandler	{
				  border-style:	none;
}

.gfEmailHandler th	{
						text-align:	left;
}

.gflist	{
		  width:			100%;
		  border:			thin solid #820015;
		  border-collapse:	collapse;
}



.gflist th	{
		  border:	thin dotted #820015;
		  color:				#fefdcc;
		  background-color:	#820015;
		  padding:	2px;
		  font-size:	small;
		  text-align:	left;
}

.gflist td	{
		  border:	thin dotted #820015;
		  padding:	2px;
		  font-size:	small;
}
