BODY {
	background-color: #999AFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/ligntBackLogo.jpg);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 10px;
}

A {
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #0000CD;
	text-decoration: none;
	
}
p,li { font-size: 13px;
	text-align: justify;
}
td { font-size: 13px;
}
}
p.txtTitle {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCD1EA;
	padding: 5 5 5 5;
	border-top-color: Navy;
	border-top-style: solid;
	border-top-width: 1px;
}
div.searchDiv { background-color: #E3E7F0;  border-top-color: Black;  border-top-style: solid;  border-top-width: 1;  border-bottom-color: Black;  border-bottom-style: solid;  border-bottom-width: 1;  color: Black;  padding-bottom: 3px;  padding-top: 3px;	  font-size: 11px;  font-weight: bold;  margin-top: 2px;  text-align: right;  padding-right: 15px;}
td.tdCaption {	text-align: right; font-weight: bold; font-size: 13px; }
input, textarea { background-color: #E3E8F9;  border: 1 solid Navy;  }
.butStyle { background-color: #00008B; color: #FFF; font-weight: bold; font-size: 10px;  border: 4px outset #FDF5E6;  }