

	   .box {
	      width:485px;
		 
          background: url(/oct/images/block-bg.gif) repeat-y;		 
	   }
	   .box h2 {
	      background: url(/oct/images/block-top.gif) no-repeat left top;
		  font-family: Verdana, Arial, Helvetica, sans-serif; 
		  font-size: 18px; 
		  font-weight: bold; 
		  color: #3d117b; 
		  line-height: 26px;
		  padding-top: 20px;
	   }
	   .box p{
              background: url(/oct/images/block-bottom.gif) no-repeat left bottom;
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 12px;
			  color: #000000;
	      	  padding-bottom: 20px;
	   }
           .box h2, .box p{
              padding-left:20px;
              padding-right:20px;
 
           }

	   .box_gray {
	      width:485px;
		 
          background: url(/oct/images/block-bg-image.jpg) no-repeat left top;		 
	   }
	   .box_gray h2 {
	      background: url(/oct/images/block-top-gray.gif) no-repeat left top;
		  font-family: Verdana, Arial, Helvetica, sans-serif; 
		  font-size: 18px; 
		  font-weight: bold; 
		  color: #3d117b; 
		  line-height: 26px;
		  padding-top: 20px;
	   }
	   .box_gray p{
              background: url(/oct/images/block-bottom-gray.gif) no-repeat left bottom;
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 12px;
			  color: #000000;
	      	  padding-bottom: 20px;
	   }
           .box_gray h2, .box_gray p{
              padding-left:20px;
              padding-right:20px;
 
           }


