/* Global Formatting*/
body {
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	direction: rtl;
}
body, table, td{
	font-family: 'tahoma';
	font-size: 9pt;
}
.hidden {
	font-family: 'tahoma';
	font-size: 8pt;
	color: #072f5b;
}
.title {
	font-family: 'tahoma';
	font-size: 8pt;
	font-weight: bold;
	color: #135bad;
}
.tableheader {
	background-color: #1d4d8f;
	border : 1px #06162d solid;
	width : 130px;
	height : 20px;
	color : #06162d;
	font-weight: bold;
}
.tableheader_home {
	background-color: #092e66;
	border : 1px #1969ad solid;
	width : 275px;
	height : 15px;
	color : #1969ad;
	font-weight: bold;
}
.tableheader_services {
	background-color: #163979;
	border : 1px #0d3353 solid;
	width : 570px;
	height : 20px;
	color : #0d5c9f;
	font-weight: bold;
}

textarea {
     color:#040a0e;
     font: 11px tahoma;
     font-weight: none;
     text-decoration: none;
     border: 1 solid #127fc3;
     border-style: solid;
     border-width: 1px;
     border-color: #127fc3;
}
A {
	color: #071b37;
	text-decoration: none;
	font: 8pt tahoma;
}
A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font: 8pt tahoma;
}