body {

	color: #666666;
	 
	 /* background-image:    url(/assets/images/header/hd_tabl_bk.jpg); */
	 /* background-repeat: repeat; */
	 background-color: #C1E0FF;
	 margin: 0px;
}

p, table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height : 175%;
	color: #003333;
}

.smalltxt {
	font-size: 11px;
}
.tinytxt {
	font-size: 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
h1 {
  font-family:  Verdana, Helvetica, sans-serif;
  font-size: 18px;
  /* background-color: #FFC; */
  padding-bottom: 10px;
  /*padding-top: 10px; */
	border-bottom: solid thin;
	border-bottom-style: double;
}
h2 {
  font-family:  Verdana, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #f0f0f0;
}
h3 {
  font-size: 20px;
  /* background-color: #f0f0f0; */
  font-weight : bolder;
  font-family : "Courier New", Courier, monospace;
  color: #066;
  letter-spacing : -1px;
    line-height : 175%;
	border: thin dotted;
	padding-left: 10px;
}

li {
	list-style: square;
	margin-bottom: 12px;
}
