body {
	font-family: Arial;
	font-size:12px
}

td {
	font-family: Arial;
	font-size:12px
}

th {
	font-family: Arial
}

a {
	text-decoration: none;
	color: #0000FF;
	font-weight:bold
}

a:visited {
	color: #52697B;
	text-decoration: none
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	background: #E8F3F7;
	font-weight: bold
}

.txtBox {
	background-color:#FFFFFF;
	color:#000000;
	border: solid 1px red
}

/* left cell */
.tdLeft
{
	background-image:url(images/gc_slices_02.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

/* right cell */
.tdRight
{
	background: transparent url(images/gc_slices_04.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

p.Main
{
	/*margin-right: 20px; border: 1px solid black;
	overflow:hidden;*/
}

.header
{
	font-weight:bold;
	font-size:medium;
	color:#006600;
}

/* Future Links Tables for Schedules Setup */

table.FLLessonList {
	border:#999 solid 1px;
	border-collapse:
}
table.FLLessonList td {
	color: #000; 
	font-weight: regular; 
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	vertical-align:top;
	text-align:left;
	padding:2px 2px 3px 2px;
	border:#999 solid 1px;
}

table.FLLessonList th {
	color: #fff;
	background-color:#668862;
	font-weight: regular; 
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	vertical-align:top;
	text-align:left;
	padding:2px 2px 3px 2px;
	border:#999 solid 1px;
}

td.FLyellow {
	background-color:#FFFF00;
}
td.FLorange {
	background-color:#F90;
}
td.FLred {
	background-color:#FF0000;
}
td.FLgreen {
	background-color:#00FF00;
}
td.FLblue {
	background-color:#69C;
}
td.LadiesPink, tr.LadiesPink {
	background-color:#F6F;
}
.LadiesPinkText {
	color:#F0F;
}



