html {
	height: 100%;
}
body {
	margin: 15px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
	margin-bottom: 1px;
	background-color: #F2FFF6;
	color: #666666;	
}
.label {
	font-weight: bold;
	color: #666666;
}

.text {
	color: #666666;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
}

.Header {
	color: #007B01;
	font-size: 16px;
	font-weight: bold;
}

.Context {
	color: #4E7763;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
}

input {
	color: #000000;
	font-size: 11px;	
}

table.example {
padding-top: 2px;
}

table.example td {	
}

table.example th {
	border-bottom: 1px solid #007B01;
	color: #007B01;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}