/* to make a comment put comment in between */

/* #### COLOR CODES */
/* 000000 - Black */
/* FFFFFF - White */
/* B2B2FF - Tea for Joy Original Website Background Color */
/* 33CCCC - ??? */
/* 006666 - ??? */
/* 339999 - ??? */

body
	{
	font-family:Tahoma;
	color:#000000;
	background:#006666;
	/* this is the setting for the site to appear in the browser as left, right, or center */
	text-align:center;
	/* not sure as to the effect of this setting */
	min-width: 950px;
	}

/* #### CONTROLLING LINK COLORS #### */

A:link    { color: #000000; }	/* unvisited links	*/
A:visited { color: #006666; }	/* visited links	*/
A:active  { color: #800080; }	/* active links		*/
A:hover   { color: #339999; }	/* on mouse over	*/	

/* #### CLASS DEFINITIONS #### */

/* !!!! the following class is for top level <table> only !!!! */
.table-toplevel
	{
	background:#FFFFFF;
	width:940;
	margin-left: auto;
	margin-right: auto;
	}

.table-backgroundcolor
	{
	background:#006666;
	}

.table-menu1
	{
	background:#339999;
	}

.cell-menuhighlight
	{
	background:#FFFFFF;
	}

/* !!!! the following class is for top level <div> only !!!! */
.div-toplevel
	{

	}

.form-input1
	{
	font-family:Arial;
	color: #FFFFFF;
	background-color: #339999;
	font-size:12pt;
	}