/* This is the print stylesheet to hide the Flash objects from the browser */

html, body {
	font-size:12pt;
	width: 100%;
}

#Page {
	width:100%;
}

#ContentInteriorpages {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#MainpgContent {
	float: none;
	width: 100%;
	height: auto;
}

.Article_Title {
	font-size: 24pt;
}

.Subtitle {
	font-size: 18pt;
}

.Date {
	font-size: 12pt;
}

.BodyText {
	font-size: 12pt;
}

.ReadMore {
	font-size: 12pt;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

ul.MenuBarHorizontal#MainNav, #SlideShow, #TextLinks {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
