﻿body
{
	direction: rtl;
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/top.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3
{
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1
{
	font-size: 23px;
}

h2
{
	font-size: 18px;
}

h3 
{
    font-size: 16px;
}

a
{
	color: #7BAA0F;
	text-decoration: underline;
}

a:hover
{
	color: #003448;
	text-decoration: none;
}

img {
	border: none;
}

