.searchbutton {
	color: #ffffff;
	background-color: #c13e3e;
	height: 20px;
	border: thin none #c13e3e;
	margin-top: 10px;
	width: 30px;
}

.maint {
	background-color: #f7f4f2;
	border: thick solid #E4DAD3;
}

.sect {
	background-color: #ffffff;
	margin: 10px;
	border-top: thin none #E4DAD3;
	border-right: thin solid #E4DAD3;
	border-bottom: thin solid #E4DAD3;
	border-left: thin none #E4DAD3;
}

.sect2 {
	background-color: #ffffff;
	border-left: thin none #E4DAD3;
	margin: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #E4DAD3;
}

.sect3 {
	background-color: #ffffff;
	border-left: thin none #E4DAD3;
	margin: 5px;
}

body,td,tr
{
	font-family:arial, verdana;
	color:#000000;
	font-size:15px;
}

.notes
{
	font-family:arial, verdana;
	color:#000000;
	font-size:100%;

}

