<!-- /* $WEFT -- Created by: Ehsan Darrudi (it@insf.org) on 5/23/2005 -- */
<STYLE TYPE="text/css">

  @font-face {}

/*-------------- Classes -------------*/

A {
	font-family: Verdana;
	text-decoration: none;
	font-size : 9pt;
	color: blue;
}

a:Hover {
	color: Green;
}
a:active {
	color: #FF0000;
}

.text {
	font-family: Verdana;
	font-size : 9pt;
	direction:ltr;
	background: transparent;
}
.texc {
	font-family: Verdana;
	font-size : 9pt;
	direction:ltr;
	background: transparent;
	color: #006600}
.textsmall {
	font-family: Verdana;
	font-size : 8pt;
	direction:ltr;	
}

.zar {
	font-family: Verdana;
	font-size : 10pt;
	direction:ltr;
	margin-top:6pt;
}

.bli {
	border: none;
	font-family: Verdana;
	font-size : 9pt;
	direction:ltr;
	background: transparent;
}

.blis {
	border: none;
	font-family: Verdana;
	font-size : 8pt;
	direction:ltr;
	background: transparent;
}

.bln {
	border: none;
	font-family: Verdana;
	font-weight: normal;
	font-size : 9pt;
	direction:ltr;
	background: transparent;
}

.in {
	font-family: Verdana;
	font-weight: normal;
	font-size : 9pt;
	background: transparent;
}

.int {
	font-family: Verdana;
	font-weight: normal;
	font-size : 9pt;
	border: #87be8a 1px solid;
}
.multiling {
	font-family: Tahoma;
	font-weight: normal;
	font-size : 9pt;
}.multilingt {
	font-family: Tahoma;
	font-weight: normal;
	font-size : 9pt;
	border: #87be8a 1px solid;
}
.ins{
	font-family: Verdana;
	font-weight: normal;
	font-size : 8pt;
	background: transparent;
}

.Title{
	font-family: Times New Roman;
	font-size: 18pt;
	font-weight: bold;
	text-align:center;
	direction:ltr;
}
.Title2{
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color:#006600;
	margin-bottom:0pt;
	direction:ltr;
	text-align:center;	
}
.Titr{
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: bold;
	text-align:left;
	direction:ltr;
	color:#006600;
}
.TitleHighlight{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color:#006600;
	margin-top:20pt;
	margin-bottom:0pt;
}
.Title3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color:#006600;
	direction:ltr;
	line-height:30pt;
}
.MenuHeader {
	font-weight: 400; font-size: 8pt; font-family: verdana;
}

.MenuItem {
	font-family:Verdana;
	font-size:8pt;
	line-height:12pt;
	color:black;
}

.HeaderTitle {
	color: black; 
	text-shadow:white; 	
	font-weight: bold; 
	font-size:8pt;
}
.MenuHeader {
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.btn {
	color:#006600;
	font-family:'trebuchet ms', helvetica, sans-serif;
   	font-size:10pt;
   	font-weight:normal;
}
.obligatory {
	color: #006600;
	font-weight: normal;
	font-size:11pt;
	font-family: Verdana;
}
.FVF{
	font-family: Mitra, Zar, Nazanin;
	font-size : 10pt;
	font-weight: bold;
	background: transparent;
	margin-top:6.0pt;
	margin-bottom:0.0pt;
	text-align: justify;
	direction: rtl;
}

.FVE{
	font-family: Verdana;
	font-weight: normal;
	font-size : 9pt;
	background: transparent;
	margin-top:6.0pt;
	margin-bottom:0.0pt;
	text-align: justify;
	direction: ltr;
}

.uf{
	font-family: Tahoma;
	font-size : 10pt;
	direction: rtl;
}

.ue{
	font-family: Verdana;
	font-weight: normal;
	font-size : 9pt;
	direction: ltr;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 12px 0 0 0;
	width:200px;
	color: #000000;
	margin-top:10px;	
}
a.tt:hover span.top{
	display: block;
	text-align: center;
	color:#009900;
	padding: 30px 0 0 0;
    background: url(/images/bubble.gif) no-repeat top;
	font-weight:bold;
	font-size:9pt;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 8 8px; 
	background: url(/images/bubble_filler.gif) repeat bottom; 
	color:#003300;
	font-size:8pt;
}
a.tt:hover span.bottom{
	display: block;
	padding:5px 8px 5px;
    background: url(/images/bubble.gif) no-repeat bottom;
}
-->

