

body	{
	margin: 0;
	padding: 0;
}

#container1, 
#wrapper	{
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 1em;
}

address, td, th	{
	font-size: 12px;
}
	
	address	{
		font-style: normal;
		line-height: 1.4em;
		margin-bottom: 1em;
		padding-left: 1em;
	}
	
	table	{
		border: 1px solid #ccc;
		margin-bottom: 1em;
	}
	
		table	thead	th	{
			background-color: #eee;
			color: #333;
			font-weight: bold;
			padding: 5px;
			text-align: center;
		}
		
		table	td	{
			padding: 5px;
		}

.comments	{
	background-color: #eee;
	color: #333;
	font-size: 12px;
	padding: 0.5em;
}

