body {
	font-family :  verdana, helvetica, sans-serif;
	color: black;
  	background: white;
  	margin: 15px 15px 25px 15px;
  	padding: 0;
  	font-size: 11px;
}

p	{
	margin:0px;
	line-height:22px;
	}

a:link, a:visited {
	text-decoration: none;
	color: blue;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
	color: blue;
	font-style: normal;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0.1em;
	margin: 0.1em;
	letter-spacing: 0.01em;
	color: #262a8e;
}

h2 {
	font-size: 1.5em;
	margin: 12px 0;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight:bold;
	text-align: left;
	letter-spacing: 1px;
	padding: 0.25em 0;
	margin: 10px 0;
}

TABLE { border-collapse: collapse ; }

.tbl1 { padding: 1px;
	 text-align: center;
	 font-size: 1.0em; }

.tbl1head { padding: 5px;
	 text-align: center;
	 background-color:#2c4998;
	 font-size: 14px;
	 font-weight: bold;
	 color: white;	
	  }

.tbl1head1 { padding: 5px;
	 text-align: center;
	 background-color:#555555  ;
 	 background-color: white ;
	 font-size: 12px;
	 font-weight: bold;
	 color: black;	
	 }
.error {
	font-size: 16px;
	color: red;
}
