#homeContent {
     width: 760px;
     padding: 7px;
}
h2.articleTitle {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	color: #000000;
}
td.publishedInfo {
	border-right: 1px solid #808080;
	padding: 4px;
	text-align: center;
}
td.articleSummary {
	padding: 4px;
	font-size: 11px;
	color: #000000;
}
.publishedTitle {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #4D4D4D;
	display: block;
	padding-bottom: 3px;
}
.publishedDay, .publishedMonth {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #808080;
	display: block;
	text-transform: uppercase;
}
.publishedDate {
	font-size: 48px;
	line-height: 49px;
	color: #808080;
	display: block;
	font-weight: bold;
}

#loginHP {
	text-align: center;
}

.loginUsernameHP {
	margin-bottom: 2px;
	width: 152px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url("/images/email-address-bg.gif");
	background-position: center;
}

.loginPasswordHP {
	margin-bottom: 4px;
	width: 152px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url("/images/password-bg.gif");
	background-position: center;
}

.loginUsernameHPSelected {
	margin-bottom: 2px;
	width: 152px;
	height: 15px;
	background-color: #ffffff;
}

.loginPasswordHPSelected {
	margin-bottom: 4px;
	width: 152px;
	height: 15px;
	background-color: #ffffff;
}
