.h2_red{
	background:url(../gfx/bg-h-red.gif) no-repeat bottom left;
	color:#9d080d;
	padding-bottom:10px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-size:1.25em;
}
.h2_green{
	background:url(../gfx/bg-h-green.gif) no-repeat bottom left;
	color:#829d3c;
	padding-bottom:10px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-size:1.25em;
}
.h2_blue{
	background:url(../gfx/bg-h-blue.gif) no-repeat bottom left;
	color:#004a80;
	padding-bottom:10px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-size:1.25em;
}
.picto_red{
	background:url(../gfx/picto-red.gif) no-repeat 3px 5px;
	padding-left:20px;
	font-weight:bold;
}
.ul_red{
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 20px;
	list-style:square;
	color:#9d080d;
}
.ul_red span{
	color:#606466;
}
.picto_green{
	background:url(../gfx/picto-green.gif) no-repeat 3px 5px;
	padding-left:20px;
	font-weight:bold;
}
.ul_green{
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 20px;
	list-style:square;
	color:#829d3c;
}
.ul_green span{
	color:#606466;
}
.picto_gray{
	background:url(../gfx/picto-gray.gif) no-repeat 3px 5px;
	padding-left:20px;
	font-weight:bold;
}
.ul_gray{
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 20px;
	list-style:square;
	color:#8b9698;
}
.ul_gray span{
	color:#606466;
}
.picto_blue{
	background:url(../gfx/picto-blue.gif) no-repeat 3px 5px;
	padding-left:20px;
	font-weight:bold;
}
.ul_blue{
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 20px;
	list-style:square;
	color:#004a80;
}
.ul_blue span,.text_blue{
	color:#606466;
}