/*
    selectors:  .richtext, .mceContentBody
    ie.: .richtext p, .mceContentBody p  { ... }
*/


.richtext  {
	width: 650px;
	margin: 0px;
	padding: 0px;
}

.mceContentBody  {
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial, Sans-serif;
	color: #000000;
}


.richtext h2, .mceContentBody h2  {
	font: bold 12px Arial, Sans-serif;
	color: #000000;
	margin: 0px;
	padding: 10px 0px;
}

.richtext p {
	font: normal 12px Tahoma, Arial, Sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	width: 650px;
}

.mceContentBody p
{
	font: normal 12px Tahoma, Arial, Sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
}

.richtext a, .mceContentBody a {
	color: #3e973e;
	text-decoration: underline;
}

.richtext img.left,.richtext img.leftimg, .mceContentBody img.left, .mceContentBody img.leftimg {
    float: left;
    margin: 0px 5px 5px 0px;
}

.richtext img.right,.richtext img.rightimg, .mceContentBody img.right, .mceContentBody img.rightimg {
    float: right;
    margin: 0px 0px 5px 5px;
}

.richtext table, .mceContentBody table
{
	border: none;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	border-bottom: 1px solid #7f7f7f;
}

.richtext table .table-header, .mceContentBody table .table-header
{
	background-color: #993333;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 6px 0;
}
.richtext table tr td, .mceContentBody table tr td
{
	border-top: 1px solid #c9c9c9;
}
.richtext table .line-header td, .mceContentBody table .line-header td
{
	border-bottom: 1px solid #993333;
	padding: 6px 0 6px 7px;
	font-weight: bold;
	color: #3a3a3a;
}
.richtext table td, .mceContentBody table td
{
	padding: 6px 0 6px 7px;
	color: #3a3a3a;
	font-weight: normal;
}
.richtext ul, .mceContentBody ul
{
	list-style-type: none;
	padding: 0px;
	margin: 15px 0 15px 0;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #3a3a3a;
	margin-left: 33px;
}

.richtext ul li, .mceContentBody ul li
{
	background-image: url(../images/richtext-list-style-1.jpg);
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.richtext ol, .mceContentBody ol
{
	list-style-type: decimal;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #3a3a3a;
	margin-left: 49px;
}

.richtext ol li, .mceContentBody ol li
{
	background-image: none;
	padding: 0px;
}

.richtext h2, .mceContentBody h2
{
	font-size: 14px;
    font-weight: normal;
    color: #416b96;
    padding-bottom: 5px;
    float: left;
	clear: both;
    border-bottom: 1px dotted #416b96;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0 15px 0;
}
.richtext a:link{color: #9a1225; text-decoration: none;}
.richtext a:active{color: #9a1225; text-decoration: none;}
.richtext a:visited{color: #9a1225; text-decoration: none;}
.richtext a:hover{color: #9a1225; text-decoration: underline;}
.mceContentBody a{color: #9a1225; text-decoration: none;}
.mceContentBody a:link{color: #9a1225; text-decoration: none;}
.mceContentBody a:active{color: #9a1225; text-decoration: none;}
.mceContentBody a:visited{color: #9a1225; text-decoration: none;}
.mceContentBody a:hover{color: #9a1225; text-decoration: underline;}

