/* this is the style sheet for the pop-up articles  */

	
h1	{
	font-size: 150%;
	line-height: 140%;
	color: #92231d;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-weight: normal;
	}

h2	{
	font-size: 120%;
	line-height: 110%;
	color: #92231d;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-weight: normal;
	}
	
h2 span	{
	font-size: 90%;
	color: #000;
	font-weight: normal;
	}
	
	
p	{
	line-height: 130%;
	color: #222;
	}
	
img	{
	padding-right: 20px;
	}

.right	{
	text-align: right;
	width: 400px;
	margin-bottom: 20px;
	}
	
.right img	{
	padding-right: 160px;
	}
	
a:link,
a:visited	{
	color: #222;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	}
	
a:hover	{
	color: #92231d;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	}
	
#foot	{
	margin-top: 40px;
	text-align: center;
	}
	
#foot a:link,
#foot a:visited	{
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	}
#foot a:hover	{
	color: #92231d;
	font-weight: normal;
	text-decoration: none;
	}
	
.footer	{
	font-size: 10px;
	}