/*rounded object*/
.roundedbox
{
  position: relative;
  margin: 0px 10px 10px 10px;
  text-align: left;
}
.content
{
  position: relative;
  clear: both;
  padding: 10px;
  min-height: 1px;
}
/* \*/  * html .content { height: 1px;}  /* */

.content a { color: white;}
.content a:hover { color: green; border-color: green;}

.corner
{
  overflow:hidden;
  display:block;
}
.line1, .line2, .line3, .line4, .line5, .line6, .line7, .line8
{
  font-size:1px;
}
.line1
{
  height:1px;
}
.line2
{
  height:1px;
}
.line3
{
  height:1px;
}
.line4
{
  height:2px;
}
.line5
{
  height:1px;
}
.line6
{
  height:2px;
}
.line7
{
  height:1px;
}
.line8
{
  height:3px;
}

.hleft
{
  float: left;
  text-align: left;
  width: 26px;
  margin: 0px;
  padding: 0px;
}
.hline
{
  text-align: left;
  min-height: 1px;
  height: 21px;
  padding-left: 10px;
  padding-bottom: 3px;
  color: white;
  background-color: #201207;
}
.hltc                           /*head-left-top-corner*/
{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: green;
}
.hright
{
  text-align: left;
  margin-left: 26px;
  font-size: 12pt;
}
.left1
{
  margin-left:5px;
}
.left2
{
  margin-left:3px;
}
.left3
{
  margin-left:2px;
}
.left4
{
  margin-left:1px;
}
.left5
{
  margin-left:4px;
}
.left6
{
  margin-left:3px;
}
.left7
{
  margin-left:2px;
}
.left8
{
  margin-left:1px;
}
.right1
{
  margin-right:5px;    /*11*/
}
.right2
{
  margin-right:3px;     /*8*/
}
.right3
{
  margin-right:2px;     /*7*/
}
.right4
{
  margin-right:1px;     /*5*/
}
.right5
{
  margin-right:4px;
}
.right6
{
  margin-right:3px;
}
.right7
{
  margin-right:2px;
}
.right8
{
  margin-right:1px;
}
