.whiteborder{
	border : 1px solid white;
}
.whiteborderleft{
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.whitebordertop{
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.whitebordertopleft{
	border-left: 1px solid white;
	border-top: 1px solid white;
}
.sectionheader {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:8px;
}
.bannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #00A2DD;
	padding-left:8px;
	padding-right:8px;
	vertical-align:middle
}
.helpline {
	color: #00A2DD;
	font-size: 20px;
	font-weight: bold;
}
.latest {
	font-size: 18px;
	color: #00A2DD;
	font-weight: bold;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}