@charset "UTF-8";
/* CSS Document */


/*-- DEFAULT STYLES --------------------------------------------------*/


* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
  /*font-family: Verdana, Geneva, sans-serif;*/
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 85%;
  color: #222;
  /*line-height: 150%;*/
  border: 0 none;
}

img {
  border: none;
  behavior: url(/components/iepngfix/iepngfix.htc);
}

ul, ol {
  line-height: auto;
  list-style-position: outside;
}

li{
  margin-bottom: 8px;
}

p {
  line-height: 16px;
  margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {
  color: #003366;
  font-weight: 400;
  padding: 0px;
  line-height: 120%;
  letter-spacing: -.5px;
}

h2 {
  font-size: 22px;
}

h3 {
/*  font-size: 16px; */
  font-size: 18px;
  margin-bottom: 8px;
}
h4 {
/*  font-size: 14px;  */
  font-size: 16px;
  margin-bottom: 4px;
}

h5 {
  font-size: 12px;
  margin-bottom: 4px;
}

h6 {
  font-size: 11px;
}
a {
  color: #0063c7;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
}

hr {
  height: 1px;
  border: none;
  background-color:#CCC;
  color: #CCC;
  margin: 0px;
  padding: 0px;
  clear: both;
}

blockquote {
  color: #039;
  font-size: 14px;
  line-height: 18px;
  width: 200px;
  float: right;
  margin: 8px;
  padding: 8px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

strong {
  font-weight: bold;
}

address {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 15px;
}

table {
  background-color:#FFF;
  border: 1px solid #CCC;
  border-collapse: collapse;
  /*margin-bottom: 15px;*/
}

th, tr, td {
  padding: 5px; /* was 15 */
  border: 1px solid #CCC;
}

th {
  color: #FFF;
  background-color: #7992a9;
  text-align: center;
  padding: 4px 15px;
}

