p {
 text-indent : 15px;
 text-align: justify;
}

{background-color: #000000; }
body
{color : black; font-family : Arial; font-size : 10pt; margin : 0%; padding-bottom: 0; background-color:#086CAD}

td
{color : black; font-family : Arial; font-size : 10pt; margin : 0%; padding-bottom: 0;}
.itpremium
{color:#FFFFFF}
.itpremium:hover
{color:#FFEE00}
.itpremium:active
{color:#FFEE00;}



.head
{font-family : Times; color:white; font-size:30pt; font-weight:bold;}

.i
{font-family: Arial; color:bbbbbb; font-size:10pt;}

img
{border:0;}
.nhead
{font-size:14; font-family:Arial; font-weight:bold; color:#000000;}
.ndate
{color:999999; font-style:; font-weight=normal; font-size:8pt;}
a.more
{color:#FF5500;}
a.more:hover
{color:#aa0000;}
a.more:active
{color:#aa0000; font-weight:bold; }



.dlink
{color:#FFFFFF;}
.dlink:active
{color:#FFee00; font-weight:normal;}
.dlink:hover
{color:#FFee00; font-weight:normal;}

.rules
{color:#777777; font-size:9pt; font-weight:normal;text-indent:15pt;}
.rules:hover
{color:#aa0000; font-size:9pt; font-weight:normal;}
.rules:active
{color:#aa0000; font-size:9pt; font-weight:bold;}


.account
{color:#444444; font-size:10pt; font-weight:bold; }
.accounth
{color:#444444; font-size:10pt; font-weight:normal; }


.men
{color:#444444; font-size:10pt; font-weight:normal; text-indent:10pt;}
.men:hover
{color:#aa0000; font-size:10pt; font-weight:normal;}
.men:active
{color:#aa0000; font-size:10pt; font-weight:bold;}

a
{color:#FF5500; text-decoration: none; font-size:10pt; font-weight:; }
a:hover
{color:#FD9900;text-decoration: none;}
a:active
{color:#FF00;}

/*PaymentMethods combox box style
*********************************/
.nav, .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  background: white;
  float: left;
  width: 140px;
  text-align: left;
}
.nav li {
  float: left;
  position: relative;
}

.nav a {
  background: white;
  color: black;
  text-decoration: none;
  display: block;
  width: 135px;
  padding: 2px;

}
.nav a:hover {
  color: #000;
  background: #ccc;
}

.nav li ul {
  background: white;
  display: none;
  position: absolute;
  padding: 6px 0px;
  width: 139px;
}

.nav li li a {

  background: none;
}
.nav li:hover ul,
.nav li.jshover ul {
  display: block;
}

.nav li:hover li ul,
.nav li.jshover li ul {
  display: none;
  width: 140px;
  top: -9px;
  left: 140px;
}
.nav li:hover li:hover ul,
.nav li.jshover li.jshover ul {
  display: block;
}

.red {
 color:red;
}