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

body	{
	font-family: verdana, sans-serif;
	font-size: 82%;
	}
	
sup {
	font-size: 0.6em;
	line-height: 0.5em;
	vertical-align:super;
}
sub {
	
	line-height: 0px;
	vertical-align: sub;
}  
	
h1	{
	font-size: 150%;
	line-height: 140%;
	color: #31433c;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-weight: normal;
	}

h1 span	{
	font-size: 65%;
	color: #888;
	font-weight: normal;
	}
	
h2	{
	font-size: 110%;
	line-height: 110%;
	color: #31433c;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	}
h2+p	{
	margin-top: 0px;
	}


h2 span	{
	font-size: 90%;
	color: #000;
	font-weight: normal;
	}
	
p	{
	line-height: 130%;
	color: #222;
	}
	
OL LI {
	list-style: decimal; 
	line-height: 130%;
	}
	
UL LI {
	list-style: disc; 
	line-height: 130%;
	}
	
UL UL LI {
	list-style: disc;  
	}
	
td img	{
	margin-right: 20px;
	}


.pullq {
		text-align:left; 
		color: #FFFFFF;
		margin-top: 0px; 
		margin-left: 20px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
		width: 200px;
		background: #31433c;
		float: right;
		}
		
.right	{
	text-align: right;
	width: 400px;
	margin-bottom: 20px;
	}
	
.right img	{
	padding-right: 160px;
	}
	
a:link,
a:visited	{
	color: #149420;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	}
	
a:hover	{
	color: #00CC33;
	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: #31433c;
	font-weight: normal;
	text-decoration: none;
	}
	
.footer	{
	font-size: 10px;
	}