body {
  margin: 0 0 0 0;
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
  background-color: #f3ebe2;
	background-image: url(graphics/tk-back1.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

p {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;

}

.label {
  font-size: 9pt;
  text-align: right;
  white-space: nowrap;
  padding-right: 6px;
}

.labelreq {
  font-size: 9pt;
  text-align: right;
  white-space: nowrap;
  padding-right: 6px;
  color: #780300;
  font-weight: bold;
}

td {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;

}

.footer {
  font-size: 9pt;
  text-align: center;
}

.footer a:link 
{
	color: #ffffff;
	text-decoration: underline;
}
.footer a:visited 
{
	color: #ffffff;
	text-decoration: underline;
}
.footer a:hover 
{
	color: #ff0000;
	text-decoration: underline;
}

a.whitelink:link {
  color: #ffffff;
  text-decoration: underline;
}

a.whitelink:visited {
  color: #ffffff;
  text-decoration: underline;
}

a.whitelink:hover {
  color: #ffcece;
  text-decoration: underline;
}


a.footlink:link {
  font-size: 10pt;
  color: #531f00;
  text-decoration: none;
}

a.footlink:hover {
  font-size: 10pt;
  color: #aa0000;
  text-decoration: underline;
}

a:link { 
  color: #60370b; 
  text-decoration: underline; 
}
a:visited { 
  color: #844d0f; 
  text-decoration: underline;
}
a:hover { 
  color: #FF0000; 
  text-decoration: underline; 
}

.pagehead {
  font-size: 14pt; 
  color: #6a23ba; 
  font-weight: bold;
}

.bodydiv 
{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 60px;
}

.footerrow 
{
	background-image: url(images/bottom_space.gif);
	background-position: left top;
	background-repeat: repeat-y;
	height: 100px;
}

.storename {
  font-family: Comic Sans MS, Comic, comic-sans;
  font-size: 14pt;
  font-weight: bold;
}

.storebody {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
}

.schedule 
{
	margin-top: 30px;
}

.schedule th 
{
	text-align:center;
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
}

.schedule td 
{
	padding: 6px;
}

.buttonrow 
{
	text-align: center;
	background-color: #77002d;
	padding: 6px;
	margin-top: 20px;
}

.detailrow 
{
	font-weight: bold;
}