/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #26292E;
  background-image: none;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
font-family: arial, helvetica;
color: #ffffff;
}








.Main
{
  position: absolute;
  width: 100%;
  left: 0 auto;
  top: 0px;
}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;

}


html:first-child .PageBackgroundGlare
{
  border: 0px solid transparent; /* Opera fix */
}




.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:0px;
  min-height:0px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 899px;
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background-image: url('../images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0px;
  height: 1px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -1px;
  width: 2px;
  height: 0px;
  background-image: url('../images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 0px;
  height: 2px;
  background-image: url('../images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -1px;
  width: 2px;
  height: 2px;
  background-image: url('../images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: 0;
  top: 0;
  left: 1px;
  right: 1px;
  height: 1px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url('../images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: 0;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 1px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url('../images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 1px;
  left: 0;
  width: 0px;
  bottom: 1px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: url('../images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 1px;
  right: 0;
  width: 0px;
  bottom: 1px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background-image: url('../images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url('../images/Sheet-c.png');
}


.Sheet
{
  margin-top: 0px !important;
}
/* end Box, Sheet */

a:link {
frame-border: none;
font-family: arial, helvetica; color: #b2afb8;
text-decoration: none;
}
a:visited {
border: none;
text-decoration: none;
color: #b2afb8;
}
a:hover {
border: none; color: #cccccc;
text-decoration: none;
}
