﻿
body 
{
    direction:rtl;
    font-family:Tahoma;
    font-size:12px;
}
.style1
{
    color: #0066FF;
}
.header
{
	background-color: #E7E7E7;
	text-align: center;
    height: 90px;
}
.rheader
{
    background-image: url(img/parcham.gif);
    width: 140px; 
    height: 90px;
}
.mheader
{
    background-image: url(img/header.gif);
    width: 560px; 
    height: 90px;
}
.lheader
{
    background-color: #E7E7E7;
    background-image: url(img/bg.gif);
    background-repeat: repeat-x;
    text-align: center;
    height: 90px;
}

a.hyper
    {
	text-decoration:none;
	color:Navy;
	font-size:10;
	}
	a.hyper:hover
	{
		color:Red;
		font-size:8;
		text-decoration:underline;
		
	}
    a.hyper:active
    {
	color:Blue;
    text-decoration: none;
	}


