#ContentConfirmationBody {
	color: #000000;
	font-family: verdana;
}

#ContentConfirmationBody table {
	background: #DDFFA9;
	margin-bottom: 5px;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	border: 2px solid black;
}

#ContentConfirmationBody th {
	background-color: black;
	color: White;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

#ContentConfirmationBody td {
	background-color: #DDFFA9;
	color: Black;
	font-family: verdana;
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
	padding-left: 5px;
	vertical-align: top;
	border: none;
}

a {
	color: Blue;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}