/*  
------------------------------------------
GENERAL
*/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 20px 20px 0 25px;
	color:#C00;
	font-size: 0.75em;
	font-style: italic;
	}

p {
	margin: 8px 0;
	font-size: 0.75em;
	line-height: 170%;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}
	  
img {
	border : 0;
      }
	  
.red {
	margin: 20px 20px 0 25px;
	color:#C00;
	font-size: 0.75em;
	font-style: italic;
	}

.txt {
	}
	.txt p {
	margin: 15px 0 20px 0;
	text-align: center;
	}
	
.sign {
	margin-top:-15px;
	font-weight: bold;
	text-align: right;
	}
