#customerinfo{
	width: 100%;
	border: none;
	background: #FFF;
	border-collapse:collapse;
}
#customerinfo td {
	padding-left: 5px;
	text-align: left;
	height: 25px;
}
a:link {
	color: #5C9DAB;
	text-decoration: none;
}
a:visited {
	color: #5C9DAB;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #5C9DAB;
	text-decoration: none;
}

.Titles {
	color: #5C9DAB;
	font-size:18px;
	font-weight:bold;
}
.LeftPadding {
	padding-left:15px;
	line-height:150%;
}
.smallfont {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}