/* reviewtable.css */

body 	{
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
    	}


h2 	{
	line-height: 120%;
    	}

table 	{font-family: Arial,Helvetica, sans-serif;
	 font-size: 10pt;
          text-decoration:none;
	 color: black;
          font-weight: normal;
	}

.backgr	{background-color:palegoldenrod;
         }

.nobrdr	{border-top-style: none;
	 border-bottom-style: none;
          border-right-style: none;
          border-left-style: none;
          }