﻿html, body
{
	margin:0px;
	height:100%;
	font-family:Arial;
	font-size:12px;
	color:White;
}
.menu
{
	font-family:Arial;
	font-size:14px;
	color:#4C4C4C;
	font-weight:bold;
}
.menu a
{
	text-decoration:none;
	color:#4C4C4C;
}
.submenu
{
	font-family:Arial;
	font-size:13px;
	color:white;
	font-weight:bold;
	line-height:25px;
}
.submenu a
{
	text-decoration:none;
	color:white;
}
.footer
{
	font-family:Arial;
	font-size:11px;
	color:#4C4C4C;
	letter-spacing:2px;
}
.news
{
	font-family:Arial;
	font-size:12px;
	color:#4C4C4C;
	direction:rtl;
	letter-spacing:0px;
}
ul
{
	margin-right:15px;
}
.textbox_contact
{
	font-family:Arial;
	font-size:12px;
	width:150px;
	height:16px;
	color:#000000;
	background-color:#ffffff;
	border:1px solid white;
}
.submit_contact
{
	font-family:Arial;
	font-size:12px;
	width:150px;
	height:20px;
	color:#800000;
	background-color:white;
	border:1px solid #800000;
	font-weight:bold;
}