@charset "UTF-8";
/* css for the contact form */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #000;
	background-color: #996;
	}
p  {
	font-size:110%;
	}
table {
	width:400px;
	border-collapse:collapse;
	background-color: #FFF;
	}
td { 
	font-family:arial, sans-serif;
	font-size:90%;
	border:1px solid #f1f1f1;
	padding:4px;
	}
td.leftcol {
	text-align:right;
	color:#900;
	font-variant:small-caps;
	width: 25%;
	}
th {
	text-align:center;
	color:#900;
	font-variant:small-caps;
	width: 25%;
	}
tr.odd {
	background-color:#f1f1f1;
	}
