@charset "UTF-8";
/* CSS Document */

#telephone table {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
#telephone table td {
	padding: 2px 10px; 
}
#telephone .phoneNumber {
	font-weight: bold;
}
#email table {
	background-color: #D2D8DF;
	padding: 12px 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#email table td {
	vertical-align: top;
	padding: 4px 12px;
}
#email label {
	font-weight: bold;
}
#email table .fieldLabel {
	text-align: right;
}
#email table .buttons {
	text-align: center;
}
