/* header */
#header {margin-bottom:15px;}

#header h1 {color: #658A16;}

#header h1 small {color: #BACE87;}

/* footer */
#footer {
	margin-top: 15px;
	padding: 15px 0px 0px 0px;
	font-size: 95%;
	text-align: center;
	border-top: 2px solid #658A16;
}

#footer a {color: #999;}

table.tableForm {
	border-width: 1px;
	border-color: #CCCCCC;
	border-collapse: collapse;
}
table.tableForm th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #F1F6FF;
}
table.tableForm td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FAFCFF;
}