/* CSS Document */<STYLE><!--a.recip {  				text-decoration: none;				font-size: 9pt;  				color: #FF8C00;				}				body.main{			 background-color: green;			 font-family: comic sans ms, verdana;			 font-size: 12pt;			 margin-top: 40px;			 margin-right: 0px;			 margin-bottom: 40px;			 margin-left: 0px;			 }table.main {		   background: green;						   border-style: solid;		   border-color: yellow;		   border-width: 1px;		   font-family: comic sans ms, verdana;    			   		   font-size: 12pt;		   color: yellow;		   width: 710px;		   height: 100%;		   float: center;		   align: center;					   border-spacing: 0px;		   }td.main    {			background: green;			width: 710px;			font-size: 12pt;			text-align: justify;			border-left: solid 0px black;		    border-right: solid 0px black;			border-top: solid 0px #666666;			border-bottom: solid 0px #87CEFA;			}td.half     {			background: green;			width: 355px;			font-size: 12pt;			text-align: center;			border-left: solid 0px black;		    border-right: solid 0px black;			border-top: solid 0px #666666;			border-bottom: solid 0px #87CEFA;			}table.recip {		   background: green;						   border-style: solid;		   border-color: yellow;		   border-width: 0px;		   font-family: comic sans ms, verdana;    			   		   font-size: 9pt;		   color: yellow;		   width: 700px;		   float: center;		   align: center;					   border-spacing: 2px;		   border-collapse: seperate;		   }td.recip	   {			background: green;			width: 22%;			text-align: center;			vertical-align: center;			padding: 5px;			border-left: solid 1px yellow;		    border-right: solid 1px yellow;			border-top: solid 1px yellow;			border-bottom: solid 1px yellow;			}a.recip {  				text-decoration: none;				font-size: 9pt;  				color: #FF8C00;				}a.recip:hover {  				text-decoration: none;				font-size: 9pt;  				color: yellow;				  }a.link {  				text-decoration: none;				font-size: 16pt;  				color: #FF8C00;				}a.link:hover {  				text-decoration: none;				font-size: 16pt;  				color: yellow;				  }--!></STYLE>