/* Design II Print Styles */
	body{ font-family:Arial; font-size:12pt; background-color:white; color:black; }
	A {text-decoration:none; color:black;}
    A:visited {text-decoration:none; color:black;}
    A:active {text-decoration:none; color:black;}
    A:hover {text-decoration:none; color:black;}
	.background#BGTop
	{ display:none;
	}
	.background#BGTopRepeater
	{
		display:none;
	}
	.background#BGSideRepeater
	{
		display:none;
	}
	.background#BGBottom
	{
		display:none;
	}
	.navbuttons {display:none;} 
	.buttonline 
    {
		display:none;
	}
	/* Main Text Box with spacers */ 
	.Layout#MainText 
	{
		position:absolute; 
		top:0px; left:0px; 
		width:100%; 
	    z-index:7; 
	}
	.articlelist
    {
		display:none;
    }
    .drop-caps
    {
		font-size: 100px; 
		float: left; 
		line-height: 70px; 
		padding-top: 2px; 
		font-family: times, serif, georgia;
    }

/* Footer */
.Layout#Footer
{
	background-color:white;
	color:black
	font-size:12px;
	width:100%;
	text-align:center;
	z-index:7;
}
A#WebMaster { display:none;}