#errors { 
	color: #CC0000; font-weight: bold; font-size: 12pt;
}

#informations { 
	color: #3299CC; font-weight: bold; font-size: 12pt;
}

#warnings { 
	color: #FF9900; font-weight: bold; font-size: 12pt;
}

#questions { 
	color: #3299CC; font-weight: bold; font-size: 12pt;
}

#helpers {
	color: #3299CC; font-weight: bold; font-size: 12pt;
}

#exceptions { 
	color: #CC0000; font-weight: bold; font-size: 12pt;
}

#success { 
	color: #228B22; font-weight: bold; font-size: 12pt;
}

