body {
  margin: 3px;
  padding: 3px;
	font-family: "Arial";
	font-size: 14px;
}

.txt_content {
  padding: 20px;
	padding-bottom: 30px;
  font-family: "Arial";
	font-size: 14px;
	text-align: justify;
	color: navy;
}
.txt_content input {
  border: 1px solid navy;
}

.txt_content h1 {
  font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d74c4;
}
.txt_content h2 {
  margin-top: 0px;
  font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #4d74c4;
	text-transform: uppercase;
}
.txt_content h3 {
  font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #4d74c4;
}

.frm_login {
  padding: 4px;
	font-family: "Arial";
	font-size: 14px;
}

.frm_login_tip {
  font-family: "Arial";
	font-size: 10px;
	color: #000000;
	background-color: #cdd5e9;
}

.frm_login input, .frm_login option, .frm_login textarea {
  border: 1px solid navy;
	font-family: "Arial";
	font-size: 14px;
}

.bluecell {
  background-color: #cdd5e9;
}

.bluetext {
  font-family: "Arial";
	font-size: 14px;
  color: #4d74c4;
}

.bluetextb {
  font-family: "Arial";
	font-size: 14px;
  color: #4d74c4;
	font-weight: bold;
}

.txt_footer {
  font-family: "Arial";
	font-size: 14px;
	color: #4d74c4;
	background-color: #ffffff;
} 
