@page { 
	size: portait; 
    margin: 1in;
}
.NavMenuBackground {
	background-color: #FFF;
}
#banner {
	display: none;
	}
#leftmenu {
	display: none;
	}
#content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background: #FFF;
}
#footer {
	display: none;
}

A {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000 !important;
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;	
}
.year_txt {
             color: #000 !important;
			 font-weight:bold;
			 font-size:17pt;      
}
.sidebar {
	display: none;
	background-color: #FFF;
}
.ArticleImage {
	display: none;
}
