body {
	padding:0;
	margin:0;
	background: url(images/background.gif) top center repeat-y #DAE5EE; 
	}
	
table {
	padding:0;
	margin:0;
	margin-right:auto; margin-left:auto;
	}
	
td#content {
	padding:0;
	margin:0;
	color: #3A1701;
	background: #fff;
	vertical-align: top;
	}
	
td#content p {
	font-family: serif;
	text-align: justify;
	margin: 0 10px 20px 10px;
	}
	
td#content a {
	color: #3A1701;
	font-weight: bold;
	}
	
td#content a:hover {
	color: #fff;
	background: #3a1701;
	}
	
h4 {
	text-align: center;
	background: #DAE5EE;
	padding: 5px 0;
	}
	
h3 {
	text-align: center;
	}
	
td#content p.h {
	text-align:center;
	}
	
img.prop {
	float: right;
	margin-left: 5px;
	}

	
table.form {
	padding:0;
	margin:0;
	margin-right:auto; margin-left:auto;
	text-align:center;
	}