﻿body.defaultbody 
{
  background:palegoldenrod;
  font-family: Times, serif;
 
/*  background-image: url(../Images/newspaperbg.jpg); */
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body.newspaper
{
  font-family: Times, serif;
  color: #323232;
  margin-left: 35px;
  margin-top: 40px;
  width: 1050px;
  background-image: url(../Images/newspaperbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
div.headlinedivider
{
  border-top-style: double; 
  border-top-color: #323232
}
div.dateline
{
  font-size: 100%; 
  border-bottom: #323232 solid 2px;
}
table.newstable 
{
  float:left;
  border: 0px 0px 0px 0px;
  font-size: 100%;
  padding: 2px 2px 2px 2px; 
}
td.colhead_left
{
  width: 180px;
  vertical-align: top;
  text-align: center;
  border-top: #323232 solid thin;
  border-bottom: #323232 solid;
  border-left: #323232 2px solid;
  border-right: #323232 1px solid;
  font-size: 100%;
}
td.colhead
{
  width: 180px;
  vertical-align: top;
  text-align: center;
  border-top: #323232 solid thin;
  border-bottom: #323232 solid;
  border-left: #323232 1px solid;
  border-right: #323232 1px solid;
  font-size: 100%;
}
td.colhead_right
{
  width: 180px;
  vertical-align: top;
  text-align: center;
  border-top: #323232 solid thin;
  border-bottom: #323232 solid;
  border-left: #323232 1px solid;
  border-right: #323232 2px solid;
  font-size: 100%;
}
td.colsubhead
{
  width: 180px;
  vertical-align: top;
  border-bottom: #323232 2px solid; 
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  font-size: 100%;
}
td.colbody_left
{
  width: 180px;
  vertical-align: top;
  border-left: #323232 2px solid; 
  border-right: #323232 1px solid; 
  border-bottom: #323232 2px solid; 
}
td.colbody
{
  width: 180px;
  vertical-align: top;
  border-left: #323232 1px solid; 
  border-right: #323232 1px solid; 
  border-bottom: #323232 2px solid; 
}
td.colbody_right
{
  width: 180px;
  vertical-align: top;
  border-left: #323232 1px solid; 
  border-right: #323232 2px solid; 
  border-bottom: #323232 2px solid; 
}
span.strikeout
{
 text-decoration: line-through;
}
hr.hrgray
{
  color: #323232;
  height: 2px;
}
td.buttonlink
{
 background-color: #f0e68c; 
 text-align:center;
 vertical-align: top; 
 border: outset 4px #cc9933;
 float:left;
 font-weight: bold; 
 font-size: 16pt;
 cursor: pointer;
/* border: sienna thin solid; 
 border: thin;
 border-top-style: outset; border-right-style: outset; border-left-style: outset; border-bottom-style: outset;*/
}
td.buttonlink2
{
 background-color: #ffff5d;
 text-align:center;
 vertical-align: top; 
 border: outset 4px #eeBB33;
 float:left;
 font-weight: bold; 
 font-size: 18pt;
 cursor: pointer;
}
div.buttonlink
{
/* background : wheat; 
*/
 Height:28px; 
 vertical-align: top; 
 clear: none; 
 float:left;
 text-align: left; 
 font-weight: bold; 
 font-size: 18pt;
/* border: sienna thin solid; 
 border: thin;
 border-top-style: outset; border-right-style: outset; border-left-style: outset; border-bottom-style: outset;*/
}

div.PicTitle
{
  text-align:center;
  font-weight:bold;
  font-size: 1.2em;
  color: maroon;
}
div.PicTitleLarge
{
  text-align:center;
  font-weight:bold;
  font-size: 2.2em;
  color: maroon;
}
div.PicSubject
{
  text-align:center;
  font-weight:bold;
  font-size: 1.0em;
  color: red;
}
div.PicSubjectLarge
{
  text-align:center;
  font-weight:bold;
  font-size: 2.0em;
  color: red;
}
div.PicComment
{
  text-align:center;
  font-size: 0.8em;
  color: black;
}
div.PicCommentLarge
{
  text-align:center;
  font-size: 1.2em;
  color: black;
}

