
body	{ 
		font-family: arial, sans-serif; 
		font-size: 8pt;
		background-image: url('images/main_background.jpg');
		background-repeat: repeat;
		background-attachment: fixed		 
		}
		
#normal_border{
	border: 1px solid black
}

#hiLite_border{
	border: 2px solid red
}

#highlightLabel{
	color: black
}
#unHighlightLable{
	color: red
}