@charset "US-ASCII";

/* Mama & Papa Bear's Creations Style Sheet */
/* Copyright c 2002-2012 Mama & Papa Bear's Creations.  All rights reserved. */
/* Document last updated January 13, 2012 */


body
{
background-color: #F5DEB3;     /* wheat */
color: #000000;     /* black */
font-family: "caslonopnface bt", verdana, arial, sans-serif;
font-size: 125%;
}

hr
{
background-color: #F5DEB3;     /* wheat */
color: #CC0000;     /* dark hard red */
height: 3px;
}


/* Independent Style Classes */

.bold
{
font-weight: bold;
}

.boldcenter
{
font-weight: bold;
text-align: center;
}

.boldcenter150
{
font-size: 150%;
font-weight: bold;
text-align: center;
}

.bolditalic
{
font-style: italic;
font-weight: bold;
}

.boldred125
{
background-color: #F5DEB3;     /* wheat */
color: #FF0000;     /* red */
font-size: 125%;
font-weight: bold;
}

.boldright
{
font-weight: bold;
text-align: right;
}

.boldtextunderline
{
font-weight: bold;
text-decoration: underline;
}

.copyright
{
font-size: 65%;
}

.counter
{
border-style: none;
font-size: 80%;
}

.imageleft
{
float: left;
margin-left: 0;
}

.imageleft8
{
float: left;
margin-left: 0;
width: 8%;
}

.imageright
{
float: right;
margin-right: 0;
}

.nomarker
{
list-style-position: outside;
list-style-type: none;
}

.pagetable
{
border: 10px;
border-color: #CC0000;     /* dark hard red */
border-style: ridge;
width: 100%;
}

.pageupdated
{
font-size: 80%;
}

.pageupdatedright
{
font-size: 80%;
text-align: right;
}

.textcenter
{
text-align: center;
}

.textright
{
text-align: right;
}

.textunderline
{
text-decoration: underline;
}

.valign29
{
vertical-align: middle;
width: 29%;
}

.valign40
{
vertical-align: middle;
width: 40%;
}
