@import "site.css";

.justify {
	text-align : justify;
}

.picture { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
		font-size: x-small;  
		font-weight: normal; 
		font-style: italic;
		text-align : center;  	    
	}

table { 
		border: 0px;  
		width: 800px;  
	}

table table { 
		width: auto; 
		border: 0px;
	}

table.small { 
		width: 600px; 
		border: 0px;
	}
	
table.threes {
		width: 750px;
		border: 0px;
}

td {
		width: 50%;
	}

td.full {
		width: 100%;
	}

td.bar {
		width: 200px;
	}

td.text {
		width: 600px;
	}
	
td.threes {
		width: 250px;
}