﻿body
{
border-collapse: collapse;
background-color: #DEDEDE;
/*background-color: #00FFFF;*/
font-size:12.0pt;
font-family: Verdana Times New Roman Arial;
}
body h1
{
  font-size: 18pt;
}
body h2
{
  font-size: 16pt;
}
a
{
  background: transparent;
  color: #1A4361 ;
  font-style: normal;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline ;
}

div#outer
{
    position: absolute;
    width:805px;
    height: 77px;
    background: transparent;
    border:2px solid #766;
    border-width:5px;
    border-bottom-style: none;
    padding: 0px;
    top:6px;
    left: 100px;
    margin: 0px;
    z-index: 1;
}
div#Tlogo
{
  z-index: 0;
  position: absolute;
  width: 800px;
  height: 75px;
  top: 0px;
  left: 0px;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
}
div#matn
{
  position: absolute;
  left: -5px;
  top: 78px;
  width:775px;
  height: auto;
  direction: rtl;
  border: thick ;
  border-color: #766;
  border-style: solid;
  border-top-color: #CF0C11;
  background-color: #FFFFFF;
  text-align: justify;
  color: #000000;
  margin: 0px;
  padding: 15px;
  z-index: 0;
  }
p{
  margin-top: 12px;
}


