body {
	background-image: url(../img/body.png);
	font-family: 'trebuchet ms', 'lucida grande', helvetica, verdana, arial, sans-serif;
	padding: 20px 0 50px 0;
}

p {
	text-align: justify;
}

input.input_text {
	border: 1px solid #b8ab86;
	background-color: #ffffff;
	font-size: 12px;
}

table.form td {
	border-collapse: collapse;
	padding: 3px 0;
}

tr.bline td {
	border-bottom: 1px solid #ebdeb8;
}

a:link, a:visited { 
	text-decoration: none;	
	color: #e61400;	
	}
a:hover, a:active { 
	text-decoration: underline;	
	color: #e61400;	
	}

