Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap" type="text/css">
  6. <title></title>
  7. <style>
  8. *,
  9. *:before,
  10. *:after {
  11. -webkit-box-sizing: border-box;
  12. -moz-box-sizing: border-box;
  13. box-sizing: border-box;
  14. }
  15.  
  16. body {
  17. width: 8.5in;
  18. height: 11in;
  19. margin: 0;
  20. padding: 0;
  21. }
  22.  
  23. .page {
  24. page-break-after: always;
  25. position: relative;
  26. width: 8.5in;
  27. height: 11in;
  28. }
  29.  
  30. .page-content {
  31. position: absolute;
  32. width: 8.125in;
  33. height: 10.625in;
  34. left: 0.1875in;
  35. top: 0.1875in;
  36. background-color: rgba(0, 0, 0, 0);
  37. }
  38.  
  39. .text {
  40. margin-left: 30px;
  41. margin-right: 30px;
  42. margin-top: 110px;
  43. font-family: 'Arimo', cursive;
  44. font-size: 10.8pt;
  45. line-height: 14pt;
  46. }
  47.  
  48. .date {
  49. float: right;
  50. margin-right: 65px;
  51. }
  52.  
  53. .credentials {}
  54.  
  55. .mail {
  56. color: blue;
  57. text-decoration: underline;
  58. }
  59.  
  60. .content-header {
  61. display: block;
  62. width: 5.7in;
  63. margin: 0 auto;
  64. font-weight: 700;
  65. }
  66.  
  67. #footer {
  68. margin-left: 30px;
  69. font-size: .09in;
  70. text-align: left;
  71. margin-top: 2.7in;
  72. color: #333333;
  73. }
  74. /* your main logo should have dimensions of 240x224 pixels. */
  75.  
  76. #main-logo {
  77. position: absolute;
  78. left: 14.2cm;
  79. top: 1.2cm;
  80. }
  81.  
  82. #main-logo img {
  83. width: 5.5cm;
  84. height: 1.5cm;
  85. }
  86. /*Table*/
  87.  
  88. #table {
  89. display: table;
  90. margin: 0 0.2in;
  91. width: 7in;
  92. border-top: 1px solid black;
  93. border-right: 1px solid black;
  94. font-size: 12px;
  95. }
  96.  
  97. .row {
  98. display: table-row;
  99. }
  100.  
  101. .cell {
  102. display: table-cell;
  103. border-left: 1px solid black;
  104. border-bottom: 1px solid black;
  105. padding-left: 5px;
  106. line-height: 22px;
  107. }
  108.  
  109. .left {
  110. font-size: .135in;
  111. background-color: #595959;
  112. font-weight: bold;
  113. color: white;
  114. width: 35%;
  115. }
  116.  
  117. .right {
  118. font-size: .12in;
  119. right: 65%;
  120. }
  121. </style>
  122. </head>
  123.  
  124. <body>
  125. <div class="page">
  126. <div class="page-content">
  127. <div id="main-logo"><img src="https://i.ibb.co/Zm2ZtWg/logo.png" width="240px"></div>
  128. <div class="text">
  129. <span class="date">Date</span><br>
  130.  
  131. <!-- IMPORTANT: Your actual content should be modified to suit your organization's specific practices and should be reviewed by your legal counsel. -->
  132. <span class="credentials">
  133. Agent Banks Name: Anytown Bank<br>
  134. Agent Contact: John Smith <br>
  135. RE: Customer Name: ABC Company<br>
  136. </span><br><br><br>
  137.  
  138. <span class="content-header">New Contact Information for Citizens Bank’s Commercial Operations Group</span><br> Dear Agent Bank:<br><br> Effective immediately, the contact information and wire instructions for Citizens Bank’s Commercial Operations
  139. group have changed. Please update your records accordingly for the above referenced credit facility.<br><br>
  140.  
  141. <div id="table">
  142. <div class="row">
  143. <span class="cell left">Bank Name</span>
  144. <span class="cell right">Citizens Bank N.A.</span>
  145. </div>
  146. <div class="row">
  147. <span class="cell left">ABA</span>
  148. <span class="cell right">011500120</span>
  149. </div>
  150. <div class="row">
  151. <span class="cell left">Account Name</span>
  152. <span class="cell right">Commercial Loan Participation Purchase Acct</span>
  153. </div>
  154. <div class="row">
  155. <span class="cell left">Account Number</span>
  156. <span class="cell right">88076000157363</span>
  157. </div>
  158. <div class="row">
  159. <span class="cell left">Bank to Bank Reference</span>
  160. <span class="cell right">(QQZCUSTOMERNAME01#)</span>
  161. </div>
  162. <div class="row">
  163. <span class="cell left">Attention</span>
  164. <span class="cell right">Celia Casanova or Breanna Foley</span>
  165. </div>
  166. </div> <br> All notices or inquiries should be emailed to <span class="mail">CLOoperations@citizensbank.com</span> or faxed to (855) 457-1554.<br><br> Following these guidelines will help to ensure timely processing of your requests. If you have questions
  167. or require additional information, please contact me via the phone number listed below.<br><br> Thank you for your continued partnership.<br><br> Sincerely,
  168.  
  169. <br><br> Celia Casanova<br> Vice President<br> Corporate Banking Commercial Loan Operations<br> 781-655-4005
  170. </div>
  171.  
  172. <div id="footer">© 2019 Citizens Financial Group, Inc. All rights reserved. Citizens Commercial Banking is a brand name of Citizens Bank, N.A. Member FDIC. </div>
  173. </div>
  174.  
  175.  
  176.  
  177.  
  178. </body>
  179.  
  180. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement