body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#logoCell {
	width: 51px;
	text-align: center;
	border-top: 2px dotted #DDD;
	border-right: 2px dotted #DDD;
	border-bottom: 2px none #DDD;
	border-left: 2px none #DDD;
}
#headerCell {
	height: 43px;
	padding-top: 11px;
	padding-left: 24px;
	border-top: 2px dotted #DDD;
	border-right: 2px dotted #DDD;
	border-bottom: 2px none #DDD;
	border-left: 2px dotted #DDD;
}
#mainCell {
	padding: 22px;
	border: 2px dotted #DDD;
}
td, p {
	text-align: left;
}
#footer {
	border-top: 2px none #DDD;
	border-right: 2px dotted #DDD;
	border-bottom: 2px dotted #DDD;
	border-left: 2px dotted #DDD;
	padding: 22px;
}
#breadCrumbs {
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0px 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
    padding-bottom: 1em;

}