﻿/* Article */
.mArticle ul.Tools
{
	top: 5px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0.9em;
	list-style-type: none;
}
.mArticle ul.Tools li 
{
	display: inline;
	margin: 0 0 0 20px;
}
.mArticle ul.Tools li a
{
	text-decoration: none;
}
.mArticle ul.Tools li a:hover
{
	text-decoration: underline;
}
.mArticle .mHtmlContent
{
	margin: 10px 0;
}
ul.mArticlesList 
{
    margin: 10px 15px;
}
ul.mArticlesList li a 
{
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    color: #1668B1;
}
.mHTMLArticleRss 
{
    position: absolute;
    top: 20px;
    right: 15px;
}
