/* CSS Document */

#news ul li strong,
#news table th strong,
#news h3 strong
{
	color: #ff3398;
	padding-left: 10px;
}

#news h3 strong
{
	padding-right: 10px;
	padding-left: 0px;
}


.new
{
	font-weight: bold;
	color: #ff3398;
	margin-right: 10px;
}


.icon_pdf:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f1c1';
	font-weight: 900;
	color: #ad0b00;
	margin-left: 4px;
}

.icon_word:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f1c2';
	font-weight: 900;
	color: #1e3071;
	margin-left: 4px;
}

.icon_excel:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f1c3';
	font-weight: 900;
	color: #1f6e43;
	margin-left: 4px;
}


.icon_dlink:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f35d';
	font-weight: 900;
	color: #999;
	margin-left: 4px;
}
