html, body {
	background:none !important;
	height:100%;
	min-height:100%;
	position: absolute;
}
body {
	min-width:350px !important;
	width: 97%;
}
.Container {
	border:none !important;
	width:auto !important;
	padding:0 10px;
	margin:0 !important;
}
.Container ul {
	margin-left: 17px;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
.Container .GreenBullet li {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size: 1.1em;
	color:rgb(108, 159, 0);
	background: url(../images/ArticleList.Icon.gif) left center no-repeat;
	padding-left: 10px;
}
.Container .Green li {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size: 1.1em;
	color:rgb(108, 159, 0);
}
.Container p {
	font-size: 1.1em;
	padding-bottom: 0em;
}
.Container h1 {
font-size: 1.7em !important;
color: #0A59A4;
font-family:Arial;
margin-bottom:1.1em;
}
.Container h2 {
	font-size: 1.4em;
	color: #0A59A4;
	font-family:Arial;
	margin-bottom:1.1em;
}
.Container p.Link a {
	background-image: url(../images/ArticleList.Icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}