/* CSS Document */
html 
{
	width:100%;
	min-height:100%;
	max-height:100%;
	height:100%;
}
body 
{
	font:normal 12px Arial;
	color:#000;
	margin:0;
	padding:0;
	background:#fff;
}
Form, h1, h2, h3, h4, select 
{
	margin:0px;
	font-family:Arial;
}
h2
{
	font:normal 12px Arial;
	color:#001f7a;
	text-align:right;
	padding:2px 7px 5px 0;
}
div, table, span, ul
{
	text-align:right;
	direction:rtl;
}
img {
	border:none;
}
p {
	margin-top:5px;
}
A {
	font:normal 12px Arial;
	color:black;
	text-decoration:underline;
}
A:hover {
	text-decoration:none;
}
#ContactTbl
{
	margin-top:10px;
	border-collapse:collapse;
	color:#00427e;
}
#ContactTbl th
{
	font-weight:normal;
	width:60px;
}
