/*
** Heading 1 Container
*/
.sprcHeader1Left
{
    width: 17px;
    height: 35px;
    vertical-align: top;
}

.sprcHeader1Right
{
    width: 17px;
    height: 35px;
    vertical-align: top;
}

.sprcHeader1Middle
{
    text-align: left; 
    background: url(SPRC_Heading1Middle.gif);
    background-repeat: repeat-x;
    border: none;
    width: 100%;
    height: 35px;
    vertical-align: top;
}

.sprcHeader1Title {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 16pt;
  font-weight: bold;
  color: #C19600;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  vertical-align: middle;
}


/*
** Box 1 Container
*/

.sprcBox1TopLeftSide
{
    text-align: left; 
    background: url(SPRC_Box1TopLeftSide.gif);
    background-repeat: repeat-y;
    border: none;
    width: 2px;
    height: 21px;
}

.sprcBox1TopMiddle
{
    text-align: left; 
    background: url(SPRC_Box1TopMiddle.gif);
    background-repeat: repeat-x;
    border: none;
    width: 100%;
    height: 21px;
}

.sprcBox1TopRightSide
{
    text-align: left; 
    background: url(SPRC_Box1TopRightSide.gif);
    background-repeat: repeat-y;
    border: none;
    width: 1px;
    height: 21px;
}

.sprcBox1LeftSide
{
    text-align: left; 
    background: url(SPRC_Box1LeftSide.gif);
    background-repeat: repeat-y;
    border: none;
    width: 2px;
}

.sprcBox1Content {
  font-family: Tahoma, Arial, Helvetica;
  padding: 5px 5px 5px 5px;
  width: 100%;
}

.sprcBox1RightSide
{
    text-align: left; 
    background: url(SPRC_Box1RightSide.gif);
    background-repeat: repeat-y;
    border: none;
    width: 1px;
}

.sprcBox1BottomLeftSide
{
    text-align: left; 
    background: url(SPRC_Box1BottomLeftSide.gif);
    background-repeat: repeat-y;
    border: none;
    width: 2px;
    font-size: 4px;
}

.sprcBox1BottomMiddle
{
    text-align: left; 
    background: url(SPRC_Box1Bottom.gif);
    background-repeat: repeat-x;
    border: none;
    width: 100%;
    height: 7px;
    font-size: 4px;
}

.sprcBox1BottomRightSide
{
    text-align: left; 
    background: url(SPRC_Box1BottomRightSide.gif);
    background-repeat: repeat-y;
    border: none;
    width: 1px;
    font-size: 4px;
}

.sprcBox1Title {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11pt;
  font-weight: bold;
  color: #C19600;
  padding: 0px 0px 0px 10px;
  text-align: left;
}


