.big	{ font-size: 150%; }

td.menu	{
		background-color: white;
		width: 200px !important;
		height: 100px !important;
		overflow: hidden !important;
	}

td.renBlue {
		background-color: rgb(62, 60, 198);
	   }

td.lightBlue {
		background-color: rgb(150, 204, 255);
	     }

td.blueOver  {
		background-color: rgb(150, 204, 255);
		height: 30px !important;
	     }

td.blueOverSm  {
		background-color: rgb(150, 204, 255);
		height: 5px !important;
	     }

td.bigwhite {
		color: white;	
		font-size: 125%;
	    }

td.bigwhite a:link { color: rgb(62, 60, 198); }

td.bigwhite a:visited { color: rgb(62, 60, 198); }

td.bigwhite a:hover { 
			background: black; 
			color: white 
		    }

.foot	{
		width: 20px !important;
	}

table.redBorder	{
			border-collapse: collapse;
			border: 5px solid red;
		}

table.redBorder tr {
			border: 5px solid red;
		   } 

table.redBorder td {
			border: 5px solid red;
		   } 

table.null { border: 0px; }
table.null tr { border: 0px; }
table.null td { border: 0px; }

td.redUp {
		background-color: red;
		width: 10px !important;
	 }

td.redOver {
		background-color: red;
		height: 10px !important;
	   }

td.line
	{
		background-image: url(../images/redline.jpg);
	}

.renBlue
	{
		color: rgb(62, 60, 198);
		font-family: serif;
	}
.black-fancy
	{
		color: black;
		font-family: cursive;
	}

.white	{ color: white;	}

.schedule { font-family: monospace; }
