/* CSS Document */
html, body{
	height:100%;
	margin:0px;
	font-size:14px;
	font-family:tahoma;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	background-color:#FCFDFD;
}
a {
	color:#708B8F;
}
.footer {
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	color:#FAFCFC;
	direction:rtl;
}
.footer a{
	color:#FAFCFC;
	text-decoration:underline;
}
h2{
	font-size:17px;
}
h3
{
	top: 4px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	letter-spacing: -1px;
	background: url('../images/a22.gif') bottom repeat-x;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

h3 a{
	color:#000;
}
.content
{
	padding-bottom: 5px;
	background: url('../images/a33.gif') repeat-x;
	background-position: bottom;
	direction:rtl;
}