.cellDeco {
	background-attachment: scroll;
	background-image: url(images/bgMain.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 700px;
	padding-left: 20px;
	padding-right: 20px;
}

.bodyText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #999999;}
	.bodyText a:link {color: #FF33CC; text-decoration: none;}
	.bodyText a:visited {color: #FF33CC; text-decoration: none;}
	.bodyText a:hover {color: #FF33CC; text-decoration: underline;}
	.bodyText a:active {color: #FF33CC; text-decoration: none;}

.tableSchedule {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #999999;
	background-attachment: scroll;
	background-image: url(images/bg_schedule.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
}

.tableSchedule td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	-moz-border-radius: 0px 0px 0px 0px;
}
.plug {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3399;
}
