/* Global Formatting*/
body {	
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	direction: rtl;
}
body, table, td{
	font-family: 'tahoma';
	font-size: 8pt;
}
.hidden {
	font-family: 'tahoma';
	font-size: 8pt;
	color: #C0C0C0;
}
.title {
	font-family: 'tahoma';
	font-size: 8pt;
	font-weight: bold;
	color: #C0C0C0;
}
.tableheader {
	background-color: #F0F0FF;
	border : 1px #B7B7FF solid;
	width : 130px;
	height : 20px;
	color : #5353FF;
	font-weight: bold;
}
.tableheader_home {
	background-color: #F0F0FF;
	border : 1px #B7B7FF solid;
	width : 275px;
	height : 15px;
	color : #5353FF;
	font-weight: bold;
}
.tableheader_services {
	background-color: #F0F0FF;
	border : 1px #B7B7FF solid;
	width : 570px;
	height : 20px;
	color : #5353FF;
	font-weight: bold;
}
input {
     color:#000000;
     font: 11px Tahoma;     
     font-weight: none;     
     text-decoration: none;     
     border: 1 solid #999999;      
     border-style: solid;     
     border-width: 1px;     
     border-color: #999999;   
}
select {
     color:#000000;
     font: 11px Tahoma;     
     font-weight: none;     
     text-decoration: none;     
     border: 1 solid #999999;      
     border-style: solid;     
     border-width: 1px;     
     border-color: #999999;   
}
textarea {
     color:#000000;
     font: 11px tahoma;     
     font-weight: none;     
     text-decoration: none;     
     border: 1 solid #999999;      
     border-style: solid;     
     border-width: 1px;     
     border-color: #999999;   
}
A {
	color: #0000FF;
	text-decoration: none;
	font: 8pt tahoma;
}
A:hover {
	color: #FF6600;
	text-decoration: none;
	font: 8pt tahoma;
}
