/* CSS Document */
body{
  padding: 0px;
  margin: 0px;
  background: #000000 url('images/bg.gif') 0 0;
}

div, p, h1, h2, h3, h4, h5, h6, img, ul, form{
  padding: 0;
  margin: 0;
}

ul{
  list-style-type: none;
}

.clearcols {
  clear: both;
  height: 0px;
}

.text_red {
  font-size: 11px;
  text-indent: 20px;
  text-decoration: none;
  font-family: Arial;
  color: #B61522;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text_red_head {
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  color: #D01827;
  font-weight: bold;
  letter-spacing: 1px;
}
.text_orange {
  font-size: 11px;
  text-indent: 20px;
  text-decoration: none;
  font-family: Arial;
  color: #E3A426;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text_orange_head {
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  color: #E3A426;
  font-weight: bold;
  letter-spacing: 1px;
}
.text_yellow {
  font-size: 11px;
  text-indent: 20px;
  text-decoration: none;
  font-family: Arial;
  color: #E4E433;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text_yellow_head {
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  color: #E4E433;
  font-weight: bold;
  letter-spacing: 1px;
}
.text_green {
  font-size: 11px;
  text-indent: 20px;
  text-decoration: none;
  font-family: Arial;
  color: #99CC66;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text_green_head {
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  color: #99CC66;
  font-weight: bold;
  letter-spacing: 1px;
}
.text_purple {
  font-size: 11px;
  text-indent: 20px;
  text-decoration: none;
  font-family: Arial;
  color: #B85FB8;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text_purple_head {
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  color: #B85FB8;
  font-weight: bold;
  letter-spacing: 1px;
}


.text_cyan {
  font-size: 11px;
  text-indent: 20px;
  text-decoration: none;
  font-family: Arial;
  color: #308F8F;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text_cyan_head {
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  color: #38A7A7;
  font-weight: bold;
  letter-spacing: 1px;
}
.small {
  font-size: 10px;
  text-decoration: none;
  font-family: Arial;
  color: #FFFFFF;
  line-height: 17px;
  letter-spacing: 350%;
}
.text_white {
  font-size: 11px;
  text-indent: 20px;
  text-decoration: none;
  font-family: Arial;
  color: #FFFFFF;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.white_bold {
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  color: #FFFFFF;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 350%;
}

.pink {
  font-size: 11px;
  text-decoration: none;
  font-family: Arial;
  color: #CBCBCB;
  line-height: 16px;
  letter-spacing: 150%;
}

a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  color: #FFFFFF;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
}

a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FF9900;
  text-decoration: none;
}

a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #FFFFFF;
  font-style: normal;
  text-decoration: underline;
}