/* Jewish Historical Society of Greater Washington
   popups.css
   last modified 06-17-2004 */

/* STANDARD TAGS */

body
	{
	margin: 16px;
	padding: 0px;
	color: black;
	background-color: white;
	}

p
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}


/* LINKS */

a
	{
	background-color: transparent;
	}
a:link { color: #4967A5; }
a:visited { color: #4967A5; }
a:hover { color: black; }
a:active { color: #CCC; }


/* OTHER CLASSES */

.photoCaption
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #304D6A;
	background-color: transparent;
	}

.photoCredit
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	text-align: center;
	margin-bottom: 24px;
	color: #999;
	background-color: transparent;
	}

.photoCredit em
	{
	font-style: normal;
	}

.footer, .footer a
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	color: #CCC;
	background-color: transparent;
	}
