.msg	{	color: #dd0000;	font-weight: bold;	}	
.small1	{	color: #000000;	font-size: 10px;	line-height: 100%; 	}	

div.hideMe 
	{
	display: none; 
	}
	
div.showMe 
	{
	display: block; 
	}