body {
	background-color : White;
   margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Black;
	}
	}

a:link {
	color: Black;
	text-decoration: none;
}
a:visited {
	color: Black;
	text-decoration: none;
}
a:hover {
	color: #B22222;
	text-decoration: none;
}
a:active {
	color: Black;
	text-decoration: none;
}

.form-blue {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	background-color: #DDEEFF;
	color: Black;
	font-size: 11px;
	font-weight: 600;
	border: 0px;
	}
.form-table-blue {
	background-color: #3399FF;
	border: thin solid Black;
	width: 66%;
	}

.form-yellow {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	background-color: #FFF0B2;
	color: Black;
	font-size: 11px;
	font-weight: 600;
	border: 0px;
	}
.form-table-yellow {
	background-color: #FDCA00;
	border: thin solid Black;
	width: 66%;
	}


.form-green {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	background-color: #CFFF9F;
	color: Black;
	font-size: 11px;
	font-weight: 600;
	border: 0px;
	}	
.form-table-green {
	background-color: #70DF00;
	border: thin solid Black;
	width: 66%;
	}
	
.form-purple {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	background-color: #E2D1EF;
	color: Black;
	font-size: 11px;
	font-weight: 600;
	border: 0px;
	}	
.form-table-purple {
	background-color: #9966CC;
	border: thin solid Black;
	width: 66%;
	}
	
	
	
	.cell-line-left {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}	


.border2 {

	border: thin solid #000000;
}