body, td {
	/* background: navy; */ 
	color : #054A76;
	font-family :  Arial, sans-serif;
	font-size: 11px;
	/* text-align: justify; */
}

th {
	font-size: 12px;
	/*color: #057FCE;*/
}

h1 {
	font-size: 20pt;
	color: #057FCE;
}

h2 {
	font-size: 14pt;
	color: #87CEFA;
}

h3 {
	font-size: 13pt;
	/*color: #003E79;*/
}

h4 {
    font-size: 12px;
	font-weight: bold;
	color : white;
	}

a {
	text-decoration: none;
	color: #057FCE;
}

a:hover {
	text-decoration: underline;
	/* color: #32CD32; */
}

a.link {
	text-decoration: none;
	color: #ffffff;
	 font-size: 12px;
}

a.link:hover {
	text-decoration: underline;
	/* color: #32CD32; */
	 font-size: 12px;
}

.copy {
	font-size: 10px;
	fonXt-weight : bold;
}
 
hr {
	color: #054A76;
	height: 1pt;
}
 INPUT {
 	background-color: #B7E3FF;
	 font-family:Arial, sans-serif;	 font-size: 11px; 	color: #054A76;
	 border-width: 1px; 	border-color: #054A76; 
	 border: 1px #054A76 solid
	 }
	 
	 
 TEXTAREA {
 		background-color: #057FCE; 
		font-family: Arial, sans-serif;	font-size: 11px; 	color: #ffffff; 
		border-width: 1px; 	border-color: #054A76; 	border:1px #054A76 solid
		}
		
	
	 SELECT {
 	
	 font-family:Arial, sans-serif;	 font-size: 11px; 	color: #054A76;
	 border-width: 1px; 	 
	 border: 1px  solid
	 }