/*        V3        */

/* *{
	list-style:none;
	margin:0px;
	padding:0px;
}


body {
      font:Tahoma, "Times New Roman", Arial;
	  font-size:10px; 
      background:#FFFFFF; 
	  text-align:justify; 
     }



	 	  
*/



body {
      font-family:Tahoma, "Times New Roman", Arial; margin:0px;padding:0px;
	  }
	  
	  
/*
div {
     text-align:center; 
    }

 table {
    text-align:right;
	  }
td {
    direction:rtl; 
    text-align:right;
   }
   
tr {
    direction:rtl; 
    text-align:right;
   }

*/

#table {
    direction:ltr; 
    text-align:center;
   }

#tr {
    direction:ltr; 
    text-align:left;
   }

#td_left {
    direction:ltr; 
    text-align:left;
   }

#td_right {
    direction:rtl; 
    text-align:right;
   }


   
#message {
		  font-size:12px; color:#FFFFFF; 
		 }

#border_td_top_left {
                      background:url(/images/border_top_left.gif) no-repeat left top; font-size:12px;
                    }

#border_td_top_right {
                      background:url(/images/border_top_right.gif) no-repeat right top; font-size:12px;
                    }
		 
#border_td_down_left {
                      background:url(/images/border_down_left.gif) no-repeat left  bottom; font-size:12px;
                    }

#border_td_down_right {
                      background:url(/images/border_down_right.gif) no-repeat right  bottom; font-size:12px;
                    }


#border_td_repeat { 
                background:#1A1C4D; font-size:12px; text-align:center; color:#FFFFFF; direction:ltr;
                  }

#border_td_down {
                      background:url(/images/down-kaman.gif) no-repeat center top ; font-size:25px; color:#FFFFFF; text-align:center;
                    }



#menu_table_repeat { 
                background:#1A1C4D; font-size:10px; text-align:center; color:#FFFFFF; direction:ltr;
                  }

#links { color:#FFFFFF  
                                 }



#menu {
	background: #8196CC;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 8em;
	direction: rtl;
	text-align:right; 
}
#menu li { 
    font-size:9px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #8196CC;
	border-bottom: 3px solid #1A1C4D;
	color: #000000;
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") right center no-repeat;
	color: #fff;
	padding-bottom: 4px;
}

