body {
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #000000;
	    margin:10px;
    }
     
    h1 {
	    margin: 10px 0 3px;
	    padding-bottom: 3px;
	    font-size: 11px;
	    border-bottom:solid 1px #666; 
    }
     
    /* Tables */
    table {}
     
	    table td, table th {
		    width: 400px;
		    padding: 3px;
		    font-size: 10px;
			border-bottom: 1px solid #ddd;
	    }
	    
	    table .noborder{
	      border:none;
	    }
     
	    table th {
     
		    text-align: left;
	    }
	
	    table tbody tr.even td, 
	    table tbody tr.even th {
			/*background: #efefef !important;*/
	    }
     
	    div.portal {
			margin: 5px 0 10px;
		    padding: 5px 15px;
		    border-left: 5px solid #ccc;
	    }
    	
		    div.portal h2 {
			    margin: 0 0 5px;
				padding-bottom: 2px;
			    font-size: 11px;
			    font-weight: bold;
				/*text-transform: uppercase;*/
	    		border-bottom:solid 1px #666; 
		    }
    		
		    div.portal tr.details th {
			    font-weight: normal;
			    padding-left: 20px;
		    }
    		
	    table.signature {
		    width: 800px;
		    margin-top:50px; 
	    }
		    table.signature td.date {
			    width: 30%;
			    margin-right: 20px;
			    border-top: solid 1px #000000;
		    }
		    table.signature td.name {
			    border-top: solid 1px #000000;
		    }
