body {
	margin-top: 0px;
	font-family: "arial, verdani", sans-serif;
	font-size: 12px;
	background: #ccc7bf;
}

A {
	font-weight: 120%;
	font-family: "arial, verdani", sans-serif;
}

A.head:link {
	color: #ffffff;
	text-decoration: none;
}
A.head:visited {
	color: #ffffff;
	text-decoration: none;
}
A.head:active {
	color: #ffffff;
	text-decoration: none;
}
A.head:hover {
	text-decoration: underline; 
	color: #ffffff;
}

h3 {
	font: normal small-caps 150%/100% sans-serif;
	color: #c32424;
}

table {
	border: 1px solid #000000;
	margin-left: auto; 
	margin-right: auto;
	background: #ffffff;
}
	
td {
	padding: 0px 0px 0px 6px;
	color: #000000;
}

td.confirm {
	padding: 6px 6px 6px 6px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
}


