table {
	margin: 1.0em 0 1.0em 0;
}
td {
	padding: 0.2em;
	line-height: 1.4em;
}
th {
	padding: 0.4em;
	background: #666666;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
}
th a:link, th a:visited, th a:hover {
	color: #FFFFFF;
}
th a:hover {
	text-decoration: none;
}
th a:active, th a:focus{
	background: #333333;
}
tr.odd td {
	background-color: #DDDDDD;
	
}
tr.even td {
	background-color: #FFFFFF;
}
#feedback select, #feedback input, #feedback textarea, #feedback button {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.9em;
  border: 1px solid #cccccc;
  background-color: #ffffff;

}