* 
{
  margin: 0px;
  padding: 0px;
}

body
{
  _text-align:center;
  background-position: center center; 
  background-repeat: no-repeat;
  background-attachment:fixed;
}


p{
  margin-top:10px;
  margin-bottom:5px;
}

ul{
  list-style-type:none;
  color:#050;
}

img 
{
  border:0px;
}

a
{
  color:#44b;
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
}

hr,textarea
{
  margin-top:10px;
  margin-bottom:10px;
}

hr
{
  height:1px;
  border:0px;
  border-bottom:1px solid #aaa;
}

  
.l{ 
  text-align: left !important;
}
.r{ 
  text-align: right;
} 
.c{ 
  text-align: center;
} 
.j{ 
  text-align: justify;
}

.fr{ 
  float: right;
} 
.fl, .fl10{
  float:left;
}
.fl10{
  margin-right:10px;
}
.mb20{
  margin-bottom:20px;
}

.cb, .clear{ 
  clear:both;
}
.cr{ 
  clear:right;
}
.cl{ 
  clear:left;
} 

input[type=submit]{
  cursor:pointer;
}

