﻿/* Links */ 
a
{
    FONT-FAMILY: tahoma; 
    color:#e35b01; 
    font-weight: normal; 
    TEXT-DECORATION: none;
    font-sabk: normal;
    font-size: 10pt;
}

a:hover {
    FONT-FAMILY: tahoma; 
    color:#e35b01; 
    font-weight: normal; 
    TEXT-DECORATION: underline;
    font-sabk: normal;
    font-size: 10pt;
}

/* Text */

li
{
    direction:rtl;
    color: #2B4C84;
}

ul
{
    direction:rtl;
    color: #2B4C84;
}

h6
{
    direction:rtl;
    color: #2B4C84;
}

h5
{
    direction:rtl;
    color: #2B4C84;
}

h4
{
    direction:rtl;
    color: #2B4C84;
}

h3
{
    direction:rtl;
    color: #2B4C84;
}

h2
{
    direction:rtl;
    color: #2B4C84;
    font-size: 14pt;
}

h1
{
    direction:rtl;
    color: #2B4C84;
    font-size: 14pt;

}

p
{
    direction:rtl;
    color: #2B4C84;
}

p
{
	font-size:10pt;
    color: #336699;
    text-align:justify;
   	line-height: 130%;
}


h2
{
    font-size:16pt;
}

h3
{
	font-size:12pt;
}

h4
{
	font-family: Tahoma;
    font-size:10pt;
}

ul
{
	list-style-type: square;	
}

li
{
	font-family:Tahoma;
	padding:5px;
}
/* Titltle */
td.title
{
    background: url('/images/titleheader_bg.gif') repeat-x;
    height: 35px;
}

td.title table
{
	width:100%;
	height:100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px solid green;
	direction:rtl;
}	

td.title td.text
{
    border: 0px solid blue;
}

td.title td.text h1
{
	margin:0px;
	padding-right:20px;
    border: 0px solid green;
    font-family:Times;
    font-size:13pt;
    vertical-align: middle;     	
}

td.title td.image
{
    border: 0px solid black;
}
/* Banner */
div#banner
{
	width:100%;
	text-align: center;
    margin-bottom:15px; 	
}
/* Content */
td.ibo_content
{
	background:white;
	vertical-align:top;
	text-align: right;
}	
	    
