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