/* styles.css */

body {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;
  background-color:#003399; /* 003399 */
}

a,h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,address,blockquote,b,i,pre {
  font-family:Tahoma,Verdana,Arial,sans-serif;
  font-style:normal;
  font-variant:normal;
  font-size:10pt;
  font-weight:normal;
  text-decoration:none;
  text-transform:none;
  color:#FFFFFF;
}

b {
  font-weight:bold;
}

i {
  font-style:italic;
}

div.center {
  text-align:center;
}

div.right {
  text-align:right;
}

div.Initial,div.Initial a {
  font-size:20pt;
  font-weight:bold;
  color:#0066CC;
  text-align:left;
  position:relative;
  top:0px;
}

div.FAQContentGroup {
  font-weight:bold;
  margin-top:10px;
}

div.FAQContentQuestion {
  margin-left:60px;
  text-indent:-30px;
}

div.FAQQuestion {
  text-indent:10px;
  text-align:justify;
  font-weight:bold;
  margin-bottom:-16px;
  position:relative;
  top:-24px;
}
  
div.FAQAnswer {
  text-indent:10px;
  text-align:justify;
  margin-bottom:-16px;
  position:relative;
  top:-24px;
}

div.CLText {
  margin-left:16px;
  text-align:justify;
  position:relative;
  top:-12px;
}

div.Footer {
  font-size:8pt;
  background-color:#000066;
  margin-top:10px;
  padding:4px;
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  font-weight:bold;
  text-align:center;
}

h1,h1 a {
  font-size:24pt;
}

h2,h2 a {
  font-size:20pt;
}

h3,h3 a {
  font-size:18pt;
}

h4,h4 a {
  font-size:16pt;
}

h5,h5 a {
  font-size:14pt;
}

h6,h6 a {
  font-size:12pt;
}

a:link {
  color:#33CCFF; /* 0099FF */
}

a:visited {
  color:#33CCFF; /* 33CCFF */
}

a:active {
  color:#CCFFFF; /* FF6600 */
}

a:hover {
  color:#CCFFFF; /* FF6600 */
  text-decoration:underline;
}

a.bold {
  font-weight:bold;
}

p {
  text-indent:20px;
  text-align:justify;
}

p.center {
  text-indent:0cm;
  text-align:center;
}

p.left {
  text-indent:0cm;
}

p.right {
  text-indent:0cm;
  text-align:right;
}

pre, tt {
  font-family:"Courier New",Courier,monospace;
}

td.center {
  text-align:center;
}

td.wishlink {
  text-align:right;
  vertical-align:top;
  background-color:#000066;
  white-space:nowrap;
}

td.wishdata {
  text-align:center;
  vertical-align:top;
}

th {
  text-align:center;
  background-color:#000000;
  font-weight:bold;
}


