a:link,
a:visited,
a:active {
  color: #FF9900;
  text-decoration: none;
}
a:hover {
  color: #FF9900;
  text-decoration: underline;
}
body {
  margin: 20px 0px 0px 0px;
  padding: 10px;
  color: #000000;
  background-color: #000033;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  background: #000033 url("../../img/bg.png") no-repeat center top;
}
td,
th {
  margin: 0px;
  padding: 2px;
  font-size: 11px;
  color: #000000;
}
h1 {
  margin: 0px;
  padding: 10px 0px 7px 0px;
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 22px;
  font-weight: bold;
  text-indent: 5px;
  color: #990000;
}
h2 {
  margin: 0px;
  padding: 9px 0px 6px 0px;
  position: relative;
  display: block;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  text-indent: 5px;
  color: #990000;
}
h3 {
  margin: 0px;
  padding: 8px 0px 5px 0px;
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  text-indent: 5px;
  color: #990000;
}
h4 {
  margin: 0px;
  padding: 7px 0px 4px 0px;
  position: relative;
  display: block;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  text-indent: 5px;
  color: #990000;
}
h5 {
  margin: 0px;
  padding: 6px 0px 3px 0px;
  position: relative;
  display: block;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  text-indent: 5px;
  color: #990000;
}
h6 {
  margin: 0px;
  padding: 5px 0px 2px 0px;
  position: relative;
  display: block;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  text-indent: 5px;
  color: #990000;
}
.uline {
  border-bottom: 1px solid #990000;
}
.table_heading {
  margin: 0px;
  padding: 0px;
  width: inherit;
  height: 25px;
  text-indent: 10px;
  font-size: 14px;
  background-color: #000099;
  color: #FFFFFF;
}
.disclaimer_text {
  font-size: 9px;
}
.goldType {
  font-weight: bold;
  color: #FF9900;
}
div#disclaimer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  text-align: center;
  font-size: 9px;
}
ul {
  list-style-position: inside;
}
li.orange {
  color: #FF9900;
}

form {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 0px;
}
input.input {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px outset;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 160px;
  cursor: text;
}
input.input_sm {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px outset;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 70px;
  cursor: text;
}
input.input_lg {
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 350px;
  border: 1px outset;
  font-size: 11px;
  font-weight: normal;
  cursor: text;
}
input.file {
  margin: 2px;
  padding: 2px 5px;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  display: inline;
  border: 0px;
  cursor: pointer;
  font: 12px normal;
  border: 1px outset;
  line-height: 15px;
  background: transparent url("../../img/button.jpg") repeat-x left center;
}
input.input_free {
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 30px;
  border: 1px outset;
  font-size: 11px;
  font-weight: normal;
  cursor: text;
}
select.select {
  border: 1px outset;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  cursor: pointer;
}
button.button {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  display: inline;
  border: 0px;
  cursor: pointer;
  font: 12px normal;
  border: 1px outset;
  margin: 2px;
  padding: 2px 5px;
  line-height: 15px;
  background: transparent url("../../img/button.jpg") repeat-x left center;
}
textarea.textarea {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px outset;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 300px;
  height: 250px;
  cursor: text;
}
textarea.textarea_sm {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px outset;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 220px;
  height: 100px;
  cursor: text;
}
textarea.textarea_lg {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px outset;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 500px;
  height: 650px;
  cursor: text;
}






div.sm_display_box {
  margin: 0px;
  padding: 5px;
  width: 190px;
  border: 1px solid #F0F0F0;
  cursor: pointer;
}
div.sm_display_box:hover {
  border: 1px solid #000099;
}



span.h5spacer,
div.h5spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 5px;
  font-size: 0px;
}
span.h10spacer,
div.h10spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 10px;
  font-size: 0px;
}
span.h15spacer,
div.h15spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 15px;
  font-size: 0px;
}
span.h20spacer,
div.h20spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 20px;
  font-size: 0px;
}
span.h25spacer,
div.h25spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 25px;
  font-size: 0px;
}
span.h35spacer,
div.h35spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 35px;
  font-size: 0px;
}
span.h50spacer,
div.h50spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 50px;
  font-size: 0px;
}
span.h75spacer,
div.h75spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 75px;
  font-size: 0px;
}
span.h100spacer,
div.h100spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: inherit;
  height: 100px;
  font-size: 0px;
}
span.v5spacer,
div.v5spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: 5px;
  height: inherit;
  font-size: 0px;
}
span.v10spacer,
div.v10spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline;
  width: 10px;
  height: inherit;
  font-size: 0px;
}
span.v15spacer,
div.v15spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline;
  width: 15px;
  height: inherit;
  font-size: 0px;
}
span.v20spacer,
div.v20spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline;
  width: 20px;
  height: inherit;
  font-size: 0px;
}
span.v25spacer,
div.v25spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline;
  width: 25px;
  height: inherit;
  font-size: 0px;
}
span.v35spacer,
div.v35spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline;
  width: 35px;
  height: inherit;
  font-size: 0px;
}
span.v50spacer,
div.v50spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline;
  width: 50px;
  height: inherit;
  font-size: 0px;
}
span.v75spacer,
div.v75spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline;
  width: 75px;
  height: inherit;
  font-size: 0px;
}
span.v100spacer,
div.v100spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline;
  width: 100px;
  height: inherit;
  font-size: 0px;
}





/*
        table  :  styles [ BEGIN ]                                              ////  ======================  ////
*/
.sub_hl {
  font-size: 14px;
  font-weight: bold;
  color: #990000;
}
.shd {
  background-color: #F0F0F0;
}
td.lt_top_corner {
  padding: 10px;
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  background: transparent url("../../img/lt_top_corner_bg.png") no-repeat left top;
}
td.lt_bot_corner {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  width: inherit;
  height: 15px;
  font-size: 0px;
  background: transparent url("../../img/lt_bot_corner_bg.png") no-repeat left top;
}
td.rt_top_corner {
  padding: 10px;
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  background: transparent url("../../img/rt_top_corner_bg.png") no-repeat right top;
}
td.rt_bot_corner {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  width: inherit;
  height: 15px;
  font-size: 0px;
  background: transparent url("../../img/rt_bot_corner_bg.png") no-repeat right top;
}
/*
        table  :  styles [ END ]                                                ////  ======================  ////
*/






