



h2 {
	font-size: 16px; 
	color: #000000; 
	background-color: #ffffff; 
	text-decoration: none;
	padding: 5px 5px 5px 0px;
}

body      {  font-family: Arial, Helvetica, sans-serif;
             font-size: 12px; 
             background-color: #ffffff; 
             color:   #000000;
             padding: 5px;
             margin:  5px;
          }
td        {  font-family: Arial, Helvetica, sans-serif; 
             font-size: 12px; 
             color: #000000;
             text-align:justify;
          }

a:link    {  color: #000; text-decoration: underline; font-weight: bold }
a:visited {  color: #000; text-decoration: underline; font-weight: bold }
a:active  {  color: #000; text-decoration: underline; font-weight: bold }
a:hover   {  color: #cd1313;; text-decoration: none;      font-weight: bold }

a.sig:link    {  color: #CCCCCC; text-decoration: underline; font-size: 10px; }
a.sig:visited {  color: #CCCCCC; text-decoration: underline; font-size: 10px; }
a.sig:active  {  color: #CCCCCC; text-decoration: underline; font-size: 10px; }
a.sig:hover   {  color: #CCCCCC; text-decoration: none;      font-size: 10px; }


table.recipient_table {
	background-color:#f0f0f0;
	border:1px solid #000;
	margin-left:50px;
}

hr.recipient_table {
	width:90%;
	background-color:#5D1422;
	height:1px;
	border:0px;
	text-align:center; 
}

td.table_name {
	width: 150px;
	text-align: right;
	padding-right:10px;
}

td.table_dataedit {
	width: 300px;
	text-align: left;
}

td.table_datashow {
	width: 300px;
	text-align: left;
	background-color: #ffffff;
}

input,textarea,select{
	background-color: #FFFFFF;
	border: #000000 1px solid;
}
