/* Scheme - olive, gold, yellow, cream */


/* --- Colors --- */

body		{ background-color: #FF7;  color: #440; }
.PageHeader { background-color: #770;  background: url(Images/HeaderBack.gif) repeat-x top; }
.PageFooter { background-color: threedface;  color: windowtext; }
h1			{ color: #770; }

/* Navigation */
.TabBar a			{ background-color: #CC8; }
.TabBar a:link, .TabBar a:visited { color: #550; }
.TabBar a:hover		{ background-color: #FF9;  color: #440; }
.TabBar a:active	{ background-color: #BB7; }
.TabBar a.CurrentTab, .TabBar a.CurrentTab:hover { background-color: #FF7;  color: #550; }


/* --- Fonts --- */

body		{ font-family: "Microsoft Sans Serif", "Arial", Helvetica, sans-serif; }
h1, .TabBar	{ font-family: "Monotype Corsiva", "ZapfChancery", Zapf-Chancery, Script, cursive; }

/* Common font family definitions */
/*
	font-family: "Times New Roman", Times, serif;
	font-family: "Microsoft Sans Serif", "Arial", Helvetica, sans-serif;
	font-family: "Impact", "Arial Black", "Arial", sans-serif; /* Very thick and narrow */
	font-family: "Monotype Corsiva", "ZapfChancery", Zapf-Chancery, Script, cursive;
	font-family: "Script", "ZapfChancery", Zapf-Chancery, cursive; /* True cursive */
	font-family: "Courier New", Courier, monospace;
	font-family: "Lucida Console", Courier, monospace; /* Thick */
	*/
