BODY
{
	BACKGROUND-ATTACHMENT: scroll;
	COLOR: black;
	FONT-FAMILY: 'Trebuchet MS', Arial, 'MS Sans Serif', sans-serif;
	BACKGROUND-COLOR: white;
	background-image: url(http://www.turoks.net/Cabana/images/paper.gif);
	background-repeat: repeat;
	border: medium outset #FFFF99;
	background-attachment: fixed;
}
.SERIF
{
    FONT-FAMILY: 'Times New Roman', 'MS Serif', serif
}
.SANS
{
    FONT-FAMILY: 'Trebuchet MS', Arial, 'MS Sans Serif', sans-serif
}
.MONO
{
    FONT-FAMILY: "Courier New", "Courier"
}
.center {
	text-align:center;
}
.link 
{
	color: #0000CC;
}
A:link
{
    COLOR: #0000CC;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #0000CC;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #660000;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #0000FF;
    TEXT-DECORATION: underline
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-large;
    COLOR: navy;
    TEXT-ALIGN: center
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: large;
    COLOR: maroon;
    TEXT-ALIGN: center
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    COLOR: midnightblue;
	TEXT-ALIGN:left;
}
H4
{
    FONT-WEIGHT: bold;
    FONT-SIZE: small;
    COLOR: black;
	TEXT-ALIGN:left;
}
P
{
    FONT-WEIGHT: normal;
    FONT-SIZE: small;
    COLOR: black;
	TEXT-ALIGN:left;
}
LI {
	FONT-WEIGHT: normal;
    FONT-SIZE: small;
    COLOR: black;
	TEXT-ALIGN:left;
}
TD
{
    FONT-WEIGHT: normal;
    FONT-SIZE: small;
    COLOR: black
}
B
{
    FONT-WEIGHT: bold
}
STRONG
{
    FONT-WEIGHT: bold
}
EM
{
    FONT-STYLE: italic
}
I
{
    FONT-STYLE: italic
}
.bold {
	font-weight: bold;
}
.xsmall {
	font-size: x-small;
}
.button {
	background-color: #6600FF;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	cursor: hand;
}

@media print {
input.noPrint { display: none; }
}