body  {
	font-size: 10px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background-color: white;
	margin-left : 0;
	margin-top : 0px;
}
table.fixed {
 table-layout: fixed;
}
td.button {
	text-align : center;
	vertical-align : middle;
	background-image : url("images/button-bg-2.jpg");
	width : 120px;
	height : 32px;
	line-height: 13px
}
td.phone {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	background-image : url("images/button-bg-2.jpg");
	width : 130px;
	height : 32px;
	line-height: 13px
}
a.button { 
	font-size: 15px;
	color: #606060;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none ;
} 
a.button:hover { 
	font-size: 15px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: underline ;
} 
