/* main style of the content of the page*/
TABLE.data
{
    font-family: Arial;
    line-height: 18pt;
    font-size: 17px;
    padding: 0;
    border: 0;
    text-align: right;
    direction: rtl;
    position: relative;
    right: 30px;
    width: 80%;
    text-decoration: none;
}
/* main title - the subject of the page */
.head0
{
    font-size: 18px;
    font-family: Arial;    
    color: #496A9D;
    font-weight: bold;
    text-align: center;
    line-height:30pt;
}
/* sub title */
.head1
{   font-size:16px;
    color:#f69d41;
    font-weight:bold;
    font-family: Arial;
    line-height: 25pt;
 }
/* sub-sub title */ 
.head2
{
    font-size: 13px;
    color: #6600ff;
    font-weight: bold;
    
}



/*picture that the text wraps */
IMG.special
{
    float: right;
    position: static;
    border-top-style: inset;
    border-right-style: inset;
    border-left-style: inset;
    border-bottom-style: inset;
    margin-left: 10px;
}


/* a table column that has a frame aroud it for emphasize of a main idea */


TD.emphasize
{
    background-color: #f2fafc;
    border-right: lightskyblue thin solid;
    border-top: lightskyblue thin solid;
    border-left: lightskyblue thin solid;
    border-bottom: lightskyblue thin solid;
    font-weight: bold;
    color: #496A9D;
    width: 80%;
}

/* a table column that has a colored background*/
/* used  for a sub menu */
TD.menu
{
    border-right: #ffffff thin;
    padding-right: 0px;
    border-top: #ffffff thin;
    padding-left: 0px;
    background: #B7DBE6;
    float: right;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #ffffff thin;
    padding-top: 0px;
    border-bottom: #ffffff thin;
}


A
{
	color: #cc6666;
	text-decoration:underline;
	font-weight:bold;
}


A.img
{
    text-decoration: none;
    margin: 0px;
}
A:visited
{color: #cc6666;}
A:hover
{color: #6600ff;font-weight: bold;}
A.other:visited
{font-size:9; color: Blue;text-decoration:underline; font-weight:normal}
A.other:hover
{font-size:9; color: Blue;text-decoration:underline;font-weight:normal}




