@charset "UTF-8"; /* CSS Document */ #content { font-family: "Times New Roman", Times, serif; font-size: 13px; font-style: normal; line-height: 16px; width:630px; } h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; margin: 12px 0px -10px 0px; } .header { font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: normal; line-height: 12px; margin-bottom:24px; page-break-before:always; display:none; } .formButton { font: 11px Verdana, Arial, Helvetica, sans-serif; background-color: #D7E5F2; color: #102132; margin: 12px 0px 12px 0px; /* top, right, bottom, left */ /*width: 250px;*/ } #alert { display: none; color:red; } .left { float:left; width:65%; } .right { float:left; } .break { clear:both; width:100%; } .print { display:none; } @media print { .noprint { display:none; } .print { display:block; } .header { display:block; } }