body {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	color: #000000;
}

body,th,td,p,select,input {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 8pt;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

input.blue {
	background: #C2D7EB; /* NS4 can't see these borders */
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-top: 1px solid #336699;
	color: #000000;
	cursor: hand; /* for IE */
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 1 0 1 0;
	width: 100px;
}

input.simple1 {
	background: #ffffff; /* NS4 can't see these borders */
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: #000000;
	/* cursor: hand; /* for IE */
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2 2 2 2;
	/* width: 100px; */
}

.simple1button {
	background: #ffffff; /* NS4 can't see these borders */
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: #000000;
	cursor: hand; /* for IE */
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 1 2 1 2;
	width: 75px;
}

select.simple1 {
	background: #ffffff; /* NS4 can't see these borders */
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: #000000;
	/* cursor: hand; /* for IE */
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2 2 2 2;
	/* width: 100px; */
}

textarea.simple1 {
	background: #ffffff; /* NS4 can't see these borders */
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #000000;
	/* cursor: hand; /* for IE */
	font: 8pt Lucida Console, Courier New, Courier, Fixed;
	padding: 2 2 2 2;
	/* width: 100px; */
}

#simple1 {
	border-collapse: collapse;
	empty-cells: show;
	border: #000000 1px solid;
}

#simple1 td {
	padding: 3;
	border-spacing: 0px;
	background-color: #f0f0f0;
	border: #000000 1px solid;
}

#simple1 th {
	padding: 3 5 3 5;
	border-spacing: 0px;
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	border: #808080 1px solid;
	border-bottom: 0px;
}

#blank1 {
	border-collapse: collapse;
	empty-cells: show;
	border: #000000 0px solid;
}

#blank1 td {
	padding: 0 5 5 0;
	border-spacing: 0px;
	border: #000000 0px solid;
}

#blank1 th {
	padding: 3 5 3 5;
	border-spacing: 0px;
}

.colgreen {
	color: #00C000;
}

.colred {
	color: #C00000;
}

fieldset {
	border: 1px solid #336699;
	padding: 0 5 10 5;
}

