body {
margin: 0px;
color: #666666;
font-family:tahoma;
background-repeat: repeat;
background-color: #8a867d;
}

.commentbox{
background-color:#eeeeee;
border:1px solid silver;
padding:5px;
width:100%;
}

div
{
color:black;
font-family:tahoma;
font-size:11px;
}

.pagetitle{
width:100%; border:1px solid black; background:#8a867d; color:white; padding:4px;
text-align:right;
}

.maincontent {
height: 420px;
overflow: auto;
scrollbar-3dlight-color:#8a867d;
scrollbar-arrow-color:#8a867d;
scrollbar-base-color:#8a867d;
scrollbar-darkShadow-color: #ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#8a867d ;
}

.mena,.mena:visited,.mena:active,.mena:hover{
color:#ffffff;
text-decoration:none;
background-color:#e4a91d;
}

.cola,.cola:visited,.cola:active,.cola:hover{
color:#dae2ec;
text-decoration:none;
background-color:#8a867d;
}


table{
color:black;
font-family:tahoma;
font-size:11px;
}

.topcell{
padding:3px 6px 3px 6px;
background-color: #d15b04;
color:white;
border:2px solid #0051ba;
}

.topcella,.topcella:visited,.topcella:active, .topcella:hover{
color:#ffffff;
text-decoration:none;
background-color:#d15b04;
}

.authora,.authora:visited,.authora:active{
color:#444444;
text-decoration:none;
background-color:#ffffff;
}

.authora:hover{
color:#444444;
text-decoration:none;
background-color:#eeeeee;
}


input,textarea{
font-family:tahoma;
font-size:12px;
}

blockquote{
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 6px;
    margin-bottom: 8px;
    padding: 5px;
    border-right: 5px solid #fce27c;
    background-color: #f6ebc1; 
}

td{
}

a, a:visited, a:active{
text-decoration:none;
color: #0051ba;
background-color:#ffffff;
}

a:hover
{
text-decoration:none;
color: #0051ba;
background-color:#eeeeee;
}

li{
margin-bottom:7px;
}

acronym{
border-bottom:1px dotted yellow;
padding-bottom:0px;
cursor:pointer;
}

.a_in_text{
padding-bottom:2px;
border-bottom:1px dashed #FFF0B7;
}

.current_path
{
font-size:11px;
margin-bottom:4px;
padding-bottom:4px;
border-bottom:1px solid #006C75;
}
.wauf
{
border:none;
width:4px;
height:7px;
}

.notice{
padding:5px;
border:1px solid silver;
text-align:center;
}

.fl{
font-size:11px;
}

.fdlist
{
padding-right:17px;
}


.header
{
font-family:tahoma;
font-size:13px;
color: #FFF0B7;
font-weight:bold;

background-image: url('../tplimg/star-big.gif');
background-repeat: no-repeat;
background-position: right 3px;
padding: 2px 17px 2px 2px;
margin-bottom:5px;
}

.leftlinkdiv
{
background-image: url('../tplimg/star-small.gif');
background-repeat: no-repeat;
background-position: right 7px;
padding: 2px 12px 2px 2px;
}


.rt_topright{
line-height:1%;
width:14px;
height:14px;
background-image:url('../tplimg/txtbxcrv-uprgt.gif');
background-repeat:no-repeat;
background-position: bottom left;
}

.rt_topcenter{
line-height:1%; 
height:14px;
background-image:url('../tplimg/txtbxcrv-up.gif');
background-repeat:repeat-x;
background-position: bottom;
}

.rt_topleft{
line-height:1%;
width:14px;
height:14px;
background-image:url('../tplimg/txtbxcrv-uplft.gif');
background-repeat:no-repeat;
background-position: bottom right;
}

.rt_midright{
line-height:1%; width:14px; background-image:url('../tplimg/txtbxcrv-rgt.gif'); background-repeat:repeat-y; background-position: left;
}

.rt_midcenter
{
background-color:#009596;
font-family:tahoma;
color:white;
font-size:12px;
padding:0px;
line-height:140%
}

.rt_midleft
{
line-height:1%; width:14px; background-image:url('../tplimg/txtbxcrv-lft.gif'); background-repeat:repeat-y; background-position: right;
}

.rt_bottomright{
line-height:1%; width:14px; height:14px; background-image:url('../tplimg/txtbxcrv-dwnrgt.gif'); background-repeat:no-repeat; background-position: top left;
}

.rt_bottomcenter{
line-height:1%;  height:14px; background-image:url('../tplimg/txtbxcrv-dwn.gif'); background-repeat:repeat-x; background-position: top;
}

.rt_bottomleft{
line-height:1%; width:14px; height:14px; background-image:url('../tplimg/txtbxcrv-dwnlft.gif'); background-repeat:no-repeat; background-position: top right;
}


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: right; /*For Gecko*/ /*chanhed for farsi*/
  display: inline;
  list-style: none;
  position: relative;
  height: 23px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 23px;
  right: 0; /*chanhed for farsi*/
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px tahoma;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  padding: 0 5px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #FFF0B7;
  font: 12px/22px tahoma;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/

}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #5D4750;
  color: #FFF0B7;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #A54157;
  color: #FFF0B7;
  border:1px solid #FFF0B7;
  border-top: 0 none;
  margin:0px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #5D4750;
  color: #FFF0B7;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #A54157;
  color: #FFF0B7;
  border-right:0 none;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #5D4750;
  color: #FFF0B7;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #5D4750;
  color: #FFF0B7;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #A54157;
  color: #FFF0B7;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  right: 180px; /*changed for farsi*/
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

<!--
/*

h1 {
font: bold 16px Arial, Helvetica, sans-serif;
}

p {
font: 11px Arial, Helvetica, sans-serif;
}

a, a:visited
{
color:#555555;
background-color:#A9FF53;
text-decoration: none;
padding-bottom:3px;
}

a:hover, a:active
{ 
border-bottom:1px solid #555555;
padding-bottom:2px;
} 

a.toplink, a.toplink:visited
{
color:#0080FF;
background-color:#ffffe0;
text-decoration: none;
padding-bottom:0px;
}

a.toplink:hover, a.toplink:active
{
color:#0080C0;
background-color:#ffffe0;
text-decoration: none;
padding-bottom:0px;
border:none;
}





.boxtopleft{
background-image:url(../images/tl.png);
background-position: right bottom;
background-repeat:no-repeat;
line-height:1%;
height:15px;
width:15px;
}

.boxtopcenter{
background-color:#ffffe0;
background-image:url(../images/hr.png); 
background-position: center top;
background-repeat:repeat-x;
line-height:1%;
height:15px;
}

.boxtopright{
background-image:url(../images/tr.png);
background-position: left bottom;
background-repeat:no-repeat;
line-height:1%;
height:15px;
width:15px;
}

.boxleft{
background-color:#ffffe0;
background-image:url(../images/ver.png);
background-position:left center;
background-repeat:repeat-y;
line-height:1%;
width:15px;
}

.boxright{
background-color:#ffffe0;
background-image:url(../images/ver.png);
background-position:right center;
background-repeat:repeat-y;
line-height:1%;
width:15px;
}

.boxcenter{
background-color:#ffffe0;
}



.boxbottomleft{
background-image:url(../images/bl.png);
background-position: right top;
background-repeat:no-repeat;
line-height:1%;
height:15px;
width:15px;
}

.boxbottomcenter{
background-color:#ffffe0;
background-image:url(../images/hr.png); 
background-position: center bottom;
background-repeat:repeat-x;
line-height:1%;
height:15px;
}

.boxbottomright{
background-image:url(../images/br.png);
background-position: left top;
background-repeat:no-repeat;
line-height:1%;
height:15px;
width:15px;
}

*/
-->



