.Error{
	color: #ff0000;
	float: left;	
}
.Contacts{
	font-size: 0.9em;
	font-family: inherit;	
}
	.Contacts .ContactHeader{
		background-color: #DDDDDD;
		font-weight: bolder;
		font-size: 1em;
	}
	.Contacts .ContactName{
		font-weight: bolder;
	}
	.Contacts .ContactEmail{
		font-style: italic;
	}
	.Contacts .OddRow{
		background-color: #FFFFFF;
	}
	.Contacts .EvenRow{
		background-color: #EDD2FD;
	}
