    .mainTable
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	border-color: #0099CC;
	padding: 0px;
	width: 500px;
    }
    a:link, a:visited, a:hover
    {
        text-decoration:none;
    }
    .tableTopHeader
    {
	background-color: #E2EDF5;
	height: 30px;
    }

    .tableTopHeaderCenter
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #000000;
    }

    .tableTopHeaderLinks
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #000000;
    }
    .tableWeekDayHeader
    {
	font-size : 10px;
	color: #FFFFFF;
	background-color: #999999;
	height: 34px;
	width: 62px;
    }
    .tableData
    {
	font-size : 10px;
	color: #000000;
	background-color: #FFFFFF;
	height: 34px;
	width: 62px;
    }
    .tableDataChecked
    {
        font-size : 10px;
        color: #000000;
        background-color: #FFCC66;
        height: 34px;
        width: 62px;
    }
    .rate
    {
	color: #FF6600;
    }
    .specialRate
    {
        color: #FF33CC;
    }
    .noAvailable
    {
        color: #C0C0C0;
    }
    .tableFooter
    {
	font-size : 10px;
	background-color: #E2EDF5;
	height: 35px;
    }
