@import url("/global.css");
  body {
     font-family: Verdana;
     font-size: 12px;
     line-height: 1.7em;
     background-color: #ffffff;
  }

  a.l {
     color: #000;
     text-decoration: none;
  }

  a.l:hover {
     color: #0000ff;
     text-decoration: underline;
  }

  a.l3 {
     color: 006699;
     font-family: Verdana;
     font-size: 10px;
     text-decoration: none;
     margin: 0px;
  }

  a.l3:hover {
     color: #ffffff;
     font-family: Verdana;
     font-size: 10px;
     margin: 0px;
  }

  .cellcolor {
     color: #fff;
     background-color: #1C4672;
  }

  h2 {
     color: #1C4672;
     font-family: Arial;
     font-size: 16px;
     font-weight: bold;
     margin: 0px;
  }

  heading {
     color: #1C4672;
     font-family: Arial;
     font-size: 12px;
  }

  h3 {
     color: #1C4672;
     font-family: Verdana;
     font-size: 12px;
     font-weight: bold;
     margin: 0px;
  }

  h1 {
     color: #1C4672;
     font-family: Verdana;
     font-size: 14pt;
     font-weight: 800;
     letter-spacing: 2pt;
     margin: 0px;
     line-height: 130%;
  }

  div {
     font-size: 12px;
  }

  td {
     font-size: 12px;
     line-height: 1.7em;
  }

  a {
  }

  a:hover {
  }

  .contrastcolor {
     background-color: #003E71;
  }

.vertgradient {
	border: solid 1px #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee);
}
.linecolor {
	color: #eeeeee;
	background: #eeeeee;
}


