/* CSS Document */
/* Details for Printing the contact form */


/* Table text */
th, td {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	color: #000000;
	text-align: left;
	border: thin solid #CCCCCC;
	background-color:#CCCCCC;
}
th { /* Titles */
	font-size: 14px;
	font-weight: bold;
	padding:5px;
}

td {
	font-size: 12px;
	padding:5px;
}

a, h1, #header, #buttonSend, #Reset {
	display: none;
}

label span {
	display: none;
}

.printOnly {
	display: inline;
}