h1, h2, h3 {
	font-family: 'LucidaMac', Verdana; 
	font-weight: normal; 
}

.iError {
  	color: #FFFFFF;
  	background: #FF0000;  	
}

body, td, input, a {
	font-family: 'LucidaMac', Verdana; 
}

/* Implements All Control Buttons */
.controlButton {
     	
}

.error_message {
  	background: #FFE6F2;
  	color: #B30000;
  	border: 1px solid #B30000;  
}

.notice_message {
  	background: #D5F1FF;
  	color: #004A6F;
  	border: 1px solid #004A6F;    
}

.sucess_message {
  	background: #ECFFDD;
  	color: #008000;
  	border: 1px solid #008000;    
}

.warning_message {
  	background: #FFFFC6;
  	color: #000000;
  	border: 1px solid #DDDD00;    
}


.highlight {
	background: #FFFFDF;
}

.tab_unsel {
	background: url(/soleixent/img/bgcat.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 40px;
	text-align: center;

}
.menu {
	color: white;
	text-decoration: none;
	font-size: 16px;
}