BODY
{
    FONT-SIZE: 10pt;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: tan;

}
BODY.title
{
    FONT-WEIGHT: bold;
    COLOR: beige;
    BACKGROUND-COLOR: brown
}

p.center
{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

TABLE
{
    BORDER-RIGHT: blue 0px;
    BORDER-TOP: blue 0px;
    BORDER-LEFT: blue 0px;
    BORDER-BOTTOM: blue 0px
}
td.footer	{font-size: 8pt}
TH
{
    TEXT-TRANSFORM: uppercase;
    COLOR: beige;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: "Arial Narrow"
	border: 0px;
    HEIGHT: 10px;
    BACKGROUND-COLOR: saddlebrown
}

TH.print
{
    TEXT-TRANSFORM: uppercase;
    COLOR: black;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: "Arial Narrow"
	border: 0px;
    HEIGHT: 10px;
    BACKGROUND-COLOR: silver
}

TD
{
    BORDER-RIGHT: 1px;
    BORDER-TOP: 1px;
    FONT-SIZE: 10pt;
    BORDER-LEFT: 1px;
    COLOR: black;
    BORDER-BOTTOM: 1px;
    border-spacing: 2px
}
TD.list
{
    FONT-WEIGHT: bold;
    BACKGROUND-IMAGE: none;
    VERTICAL-ALIGN: middle;
    BACKGROUND-REPEAT: repeat;
    TEXT-ALIGN: center
}
A
{
    COLOR: sienna
}
DIV
{
    BACKGROUND-IMAGE: none;
    BACKGROUND-REPEAT: repeat
}
TEXTAREA
{
    FONT-FAMILY: Arial
}
A.title
{
    FONT-WEIGHT: bold;
    COLOR: beige
}
UL
{
    FONT-WEIGHT: bold;
    COLOR: beige
}
TABLE.list
{
    BORDER-RIGHT: #5f4374;
    BORDER-TOP: #5f4374;
    BORDER-LEFT: #5f4374;
    BORDER-BOTTOM: #5f4374
}
H3
{
    TEXT-DECORATION: underline
}
TABLE.cal
{
    BORDER-RIGHT: black thin;
    BORDER-TOP: black thin;
    BORDER-LEFT: black thin;
    BORDER-BOTTOM: black thin
}
TD.cal
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    BORDER-LEFT: thin;
    BORDER-BOTTOM: thin;
    BACKGROUND-COLOR: papayawhip;
    TEXT-ALIGN: center
}
TD.data
{
    FONT-WEIGHT: bold;
}

TR.highlite
{
    BACKGROUND-COLOR: bisque
}
TD.label
{
    FONT-WEIGHT: bold;
    TEXT-ALIGN: right
}

td.link
{
	vertical-align: top;
}

a.title:link    {color:beige; background-color:transparent}
a.title:visited    {color:beige; background-color:transparent}
a.title:hover   {color:yellow; background-color:transparent}

a.cal:link    {color:blue; background-color:transparent}
a.cal:visited    {color:blue; background-color:transparent}
a.cal:hover   {color:green; background-color:transparent}

a.calcancel:link    {color:red; background-color:transparent}
a.calcancel:visited    {color:red; background-color:transparent}
a.calcancel:hover   {color:green; background-color:transparent}

a.calspecial:link    {color:purple; background-color:transparent}
a.calspecial:visited    {color:purple; background-color:transparent}
a.calspecial:hover   {color:green; background-color:transparent}

a:link    {color:sienna; background-color:transparent}
a:visited    {color:sienna; background-color:transparent}
a:hover   {color:green; background-color:transparent}

div.PRTitle
{
	width:100%;
	color:white;
	background-color:#8B4513;
}

div.PRBody
{
	padding: 5px;
}
