@CHARSET "UTF-8";

body,
.mceContentBody,
.mceContentBody th,
.mceContentBody td,
.mceContentBody input,
.mceContentBody textarea,
.mceContentBody select,
.mceContentBody fieldset,
.mceContentBody legend
{
    cursor:default;
    font-family:"Traditional Arabic";/*"Times New Roman";*/
    font-size:14pt;
}
.mceContentBody a
{
    color:#92939E;
		text-decoration:none;
}
.mceContentBody a:hover
{
    text-decoration:underline;
}
h1, h2, h3, h4, h5, h6
{
		font-family:"Times New Roman";
    margin:10px 0px 5px 0px;
    padding:0px;
}
h1 { font-size:19pt; }
h2 { font-size:18pt; }
h3 { font-size:17pt; }
h4 { font-size:16pt; }
h5 { font-size:15pt; }
h6 { font-size:14pt; }
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title
{
    border-bottom:1px solid #969C71;
    color:#969C71;
}
.blue-dark { color:#044F86; }
.blue-light { color:#7C9BDE; }
.grey { color:#777777; }
.orange { color:#FF6600; }
.red-light { color:#FF3333; }
.red-dark { color:#FF0000; }