	body {
		text-align: left;
		font-family: "Arial";
		font-size: 10px;
		background-color:white;	
		color: black;
		margin-top : 0;
		margin-right : 0;
		margin-left : 0;
		margin-bottom : 0;
	}
	.cellStyleOff{
		cursor: pointer;cursor: hand;
		font-size: 10px;
		margin-top : 0;
		margin-right : 0;
		margin-left : 0;
		margin-bottom : 0;
	}
	.cellStyleOn{
		background-color: #AA5773;
		font-size: 10px;
		color: white;
		cursor: pointer;cursor: hand;
		margin-top : 0;
		margin-right : 0;
		margin-left : 0;
		margin-bottom : 0;
	}

	.title{
		text-align: left;
		font-family: "Arial";
		font-size: 16px;
		font-weight:bolder;
		color: white; 
		background: url('images/middle.jpg') repeat-x;
	}
	.subtitle{
		text-align: left;
		font-family: "Arial";
		font-size: 16px;
		font-weight:bolder;
		color: black; 
	}
	.text{
		text-align: left;
		font-family: "Arial";
		font-size: 14px;
		color: black; 
	}
	.lrspace{
		width: 20px;
	}