/* Global Formatting*/
body {
	height: 100%;
	text-align: center;
	background-color: #F7f7f7;
	direction: rtl;
}
body, table, td{
	font-family: 'tahoma';
	font-size: 9pt;
}
.hidden {
	font-family: 'tahoma';
	font-size: 8pt;
	color: #C0C0C0;
}
.title {
	font-family: 'tahoma';
	font-size: 8pt;
	font-weight: bold;
	color: #C0C0C0;
}
.tableheader {
	background-color: #ff66cc;
	border : 1px #B7B7FF solid;
	width : 130px;
	height : 20px;
	color : #5353FF;
	font-weight: bold;
}
.tableheader_home {
	background-color: #ff66cc;
	border : 1px #B7B7FF solid;
	width : 275px;
	height : 15px;
	color : #5353FF;
	font-weight: bold;
}
.tableheader_services {
	background-color: #ff66cc;
	border : 1px #B7B7FF solid;
	width : 570px;
	height : 20px;
	color : #5353FF;
	font-weight: bold;
}

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;
}