﻿


#prop_sheet
{
  width: 960px;
  background-image: url(../images/prop_sheet_main.jpg);
  background-repeat:repeat-y;
}

#prop_sheet DIV.top
{
  height: 43px;
  background-color: White;
  background-image: url(../images/prop_sheet_top.jpg);
  background-position: 0px 26px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

#prop_sheet DIV.top A.tab
{
  height: 26px;
  line-height:26px;
  width: 100px;
  padding: 0px 0px 0px 2px;
  float: left;
  background-color: White;
  background-image: url(../images/prop_sheet_tab.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  color: White;
}

#prop_sheet DIV.top A.tab:hover
{
  padding: 0px 0px 0px 2px;
  background-image: url(../images/prop_sheet_hover.jpg);
  text-decoration: underline;
  color: Navy;
}

#prop_sheet DIV.top A.tab_sel
{
  height: 26px;
  line-height:26px;
  width: 100px;
  padding:0px 0px 0px 2px;
  float: left;
  background-color: White;
  background-image: url(../images/prop_sheet_sel.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  color: White;
}

#prop_sheet DIV.body
{
  width: 742px;
  padding-left: 16px;
}

#prop_sheet DIV.bottom
{
  height: 28px;
  background-image: url(../images/prop_sheet_bottom.jpg);
  background-repeat: no-repeat;
}

