	a {
		font-weight : bold;
		text-decoration : none;
	}
	a:hover {
		text-decoration : underline;
		color : red;
	}
	.big {
 		font-family : Arial, Helvetica, sans-serif;
 		font-size : 18px;
	}
	.med {
 		font-family : Arial, Helvetica, sans-serif;
 		font-size : 16px;
	}
 	.reg {
 		font-family : Arial, Helvetica, sans-serif;
 		font-size : 12px;
 	}
 	.small {
 		font-family : Arial, Helvetica, sans-serif;
 		font-size : 10px;
 	}
 	.smaller {
 		font-family : Arial, Helvetica, sans-serif;
 		font-size : 9px;
 	}
	.bold {
		font-weight : bold;
	}
	.padded {
		padding-left: 8px;
		padding-right: 8px;
	}
	.white {
		color: #FFFFFF;
	}
	.border-all {
		border: 1 solid ECECEC;
	}
	.border-right {
		border-right: 1 solid white;
	}
	.border-left {
		border-left: 1 solid white;
	}
	.border-top {
		border-top: 1 solid white;
	}
	.border-bottom {
		border-bottom: 1 solid white;
	}
	.schedulepopup {
		border-style : solid;
		border-width : 2px;
		border-color : #666666;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		color : #000000;
		background : #EEEEEE;
		margin :  8px;
		position : absolute; 
		visibility : hidden;
		text-align : left;
		padding : 2px;
		z-index : 100;
		width : 200;
	}