.rightfloatimage
{
	float:right;
	border:1px solid silver;
	padding:1px;
	margin-left:10px;
	margin-right:5px;
}
.disclaimer
{
	font-size:10px;
	color:Gray;
	line-height:normal;
	text-align:justify;
}
.staffdisplaytable
{
	width:300px;
	margin:0px;
	padding:0px;
}
.staffdisplaytable td
{
	text-align:center;
	width:100px;
}
.staffdisplaytable tr.title td
{
	border-bottom:1px solid silver;
	font-weight:bold;
}

.imagewithnametable
{
	float:right;
	border:1px solid silver;
	text-align:center;
	border-collapse:collapse;
	margin-left:10px;
	margin-right:10px;
}
.addresstable
{
	border-collapse:collapse;
	width:350px;
	font-size:14px;
}
.addresstable td
{
	padding:5px;
}
.addresstable #info
{
	font-size:16px;
	text-align:right;
	font-weight:bold;
	color:Gray;
}
h3
{
	font-size:18px;
	color:Gray;
	text-transform:capitalize;
}


