
/* ------------------------------------------------------- */
TABLE {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  vertical-align: text-top; 
}

.newformcell {
	
}

.buttoncell {
	vertical-align : top;
}


.pagetop {
  font-size: 16px;
}

.instr {
  font-size: 14px;
  font-weight: bold;
}

.instr9 {
  font-size: 14px;
  font-weight: bold;
  background-color: lightgray ;
}

.ualert {
  font-size: 15px;
  font-weight: bold;
  color: red;
}

/* ------------------------------------------------------- */
P {
  font-family: "Arial", sans-serif;
  font-size: 14px;
}

.secdiv {
	background-color: lightgray ;
	}

LI {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

H1 {
  font-family: "Arial Narrow", sans-serif;
  color: gray;
  font-size: 25px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-top: ridge;
  border-right: ridge;
  border-bottom: ridge;
  border-left: ridge;
}

H2 {
  font-family: Verdana, Arial;
  font-size: 18px;
  font-weight: lighter;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-top: thin black dotted;
  color: black;
  border-right: thin black dotted;
  border-bottom: thin black dotted;
  border-left: thin black dotted;
}

/*---------------------------------------*/
a {
color:#004276;
text-decoration:none;
}

a:visited
{color:#5c7996;}

a:hover
{color:#ca0002;}