body
{
  margin: 0 auto;
  padding: 0;
  background-color: #C7C7C7;
  background-image: url('images/page_t.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  text-decoration: none; 
  position: center;
}
#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#art-page-background-glare
{
  position: absolute;
  width: 100%;
  height: 490px;
  left: 0;
  top: 0;
}

#art-page-background-glare-image
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"images/page_gl.png',sizingMethod='crop')");
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  height: 490px;
  width: 244px;
  margin: 0;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  max-width: 950px;
}

img 
{
  border: none;
}

.menu
{ 
  font-family: Verdana; 
  font-size: 9px; 
  text-decoration: none; 
  color: #000000;
}

borda
{
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  color: #999999;
}

.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 23;
  width: 950px;
  min-width: 47px;
  min-height: 47px;
  zoom: 1;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 16px;
  zoom: 1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
  z-index: -1;
  font-size: 1px;
  background: none;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 58px;
  height: 58px;
  background-image: url('images/sheet_s.png');
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/sheet_s.png',sizingMethod='scale')");
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 29px, 29px, auto);
  clip: rect(auto 29px 29px auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 29px, 29px);
  left: expression(this.parentNode.offsetWidth-58+'px');
  clip: rect(auto auto 29px 29px);

}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(29px, 29px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(29px, auto, auto, 29px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 29px;
  right: 29px;
  height: 58px;
  background-image: url('images/sheet_h.png');
  width: expression(this.parentNode.offsetWidth-58+'px');
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/sheet_h.png',sizingMethod='scale')");
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto auto 29px auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(29px auto auto auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 29px;
  bottom: 29px;
  width: 58px;
  background-image: url('images/sheet_v.png');
  height: expression(this.parentNode.offsetHeight-58+'px');
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/sheet_v.png',sizingMethod='scale')");
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto auto auto 29px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto 29px auto auto);
}

.art-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 29px;
  left: 29px;
  right: 29px;
  bottom: 29px;
  background-image: url('images/sheet_c.png');
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-58+'px');
  height: expression(this.parentNode.offsetHeight-58+'px');
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/sheet_c.png',sizingMethod='scale')");
}

.art-sheet
{
  margin-top: 5px !important;
  cursor:auto;
}

div.art-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 918px;
  height: 175px;
  overflow: hidden;
}

div.art-header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 918px;
  height: 175px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}

div.art-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 918px;
  height: 175px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}