BODY
{
	COLOR: white;
	BACKGROUND-COLOR: #F08246
}
A:link
{
    COLOR: white
}
A:visited
{
    COLOR: white
}
A:active
{
    COLOR: white
}
A.menu
{
    COLOR: white;
    TEXT-DECORATION: none
}
A.menu:active
{
    COLOR: midnightblue;
    BACKGROUND-COLOR: aqua;
    TEXT-DECORATION: underline overline
}
A.menu:hover
{
    COLOR: midnightblue;
    BACKGROUND-COLOR: aqua;
    TEXT-DECORATION: underline overline
}
A.menu:visited
{
    COLOR: white;
    TEXT-DECORATION: none
}
A.report_menu
{
    COLOR: white;
    TEXT-DECORATION: none
}
A.report_menu:active
{
    COLOR: midnightblue;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A.report_menu:hover
{
    COLOR: midnightblue;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A.guest_arriving
{
    COLOR: yellow;
    FONT-STYLE: italic;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A.guest_arriving:active
{
    COLOR: yellow;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A.guest_arriving:visited
{
    COLOR: yellow;
    TEXT-DECORATION: none
}
A.guest_arriving:hover
{
    COLOR: midnightblue;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A.guest_inhouse
{
    COLOR: white
}
A.guest_inhouse:active
{
    COLOR: olive
}
A.guest_inhouse:visited
{
    COLOR: white
}
A.guest_inhouse:link
{
    COLOR: white
}
.TableBGColor
{
	BACKGROUND-COLOR: 6aa0aa
}
.Departing
{
    BACKGROUND-COLOR: #800000
}
.guest_departed
{
	FONT-STYLE: italic;
}
A.guest_moving
{
    COLOR: maroon;
    FONT-STYLE: italic;
    FONT-VARIANT: small-caps;
    TEXT-DECORATION: none
}
A.guest_moving:active
{
    COLOR: maroon
}
A.guest_moving:visited
{
    COLOR: maroon
}
A.guest_moving:hover
{
    COLOR: gray
}
.attention
{
	COLOR: darkred;
}
.noscreen {
	display: none;
}
.noprint {
	display: inline;
}
@media print {
	.noprint {
		display: none;
	}
	.noscreen {
		display: inline;
	}
	BODY
	{
	COLOR: black;
	}
	A
	{
	    COLOR: black;
	    TEXT-DECORATION: none
	}	
	div.breakafter
	{
		page-break-after:always;
	}
	div.breakbefore
	{
		page-break-before:always;
	}
}
