﻿HTML
{
	overflow-x:hidden !important;
	background-color:#ffffff;
}
*
{
	padding:0px;
    margin:0px;
}
BODY
{
    scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #f3f3f3;
	scrollbar-3dlight-color: #f3f3f3;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #f3f3f3;
	background-color:#ffffff;
	overflow-x:hidden !important;
	font-size:12px;
}
H1
{
	font: bold 18px Arial;	
	color:#982121;
	padding-top:10px;
}
H2
{
	font: bold 16px Arial;	
	color:#982121;
	padding-top:15px;
	padding-bottom:5px;
}
H3
{
	font: bold 14px Arial;	
	color:#982121;
}
DIV
{
	background-repeat:no-repeat;
	font: normal 12px Arial;
}
TR
{
	vertical-align:top;
}
IMG
{
	border: solid 0px;
}
.Container
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	direction:rtl;
}
.InnerContainer
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
.TopContainer
{
	width:980px;
	height:245px;
	background-position:top;
	background-repeat:no-repeat;
}
.Logo
{
	display:block;
	width:220px;
	height:50px;
}
.TextBox
{
	border: solid 1px #cccccc;
	background-color: #e9e9e9;
	font: normal 12px Arial !important;
	color:Black;
	vertical-align: top;
	height: 16px;
}
.CommentsTextBox
{
	border: solid 1px #cccccc;
	background-color: #e9e9e9;
	font: normal 12px Arial !important;
	color:#982121;
	vertical-align: top;
	height: 18px;
}
.Menu
{
	font: bold 15px Arial;
	color:#656565;
	line-height:32px;
	text-decoration:none;
}
.Menu:hover
{
	color:#982121;
	text-decoration:none;
}
.MenuSelected
{
	font: bold 15px Arial;	
	color:#982121;
	line-height:32px;
	text-decoration:none;
}
.MenuSelected:hover
{
	text-decoration:none;
}
.BottomContainer
{
	margin-top:10px;
	padding-bottom:10px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #656565;
}
.Credit
{
	font: normal 11px Arial;	
	color:#982121;
	text-decoration:none;
}
.Credit:hover
{
	text-decoration:underline;
}
.Bold
{
	font-weight:bold;
}
.ContactUsContainer
{
	width:201px;
	height:208px;
}
H3
{
	font: bold 14px Arial;	
	color:#982121;
}
.Black
{
	font-size:12px;	
	font-family:Arial;
	color:Black;
}
.Tag
{
	display:block;
	border-bottom:solid 1px #dedede;
	width:170px;
	padding-bottom:5px;
	padding-top:5px;
	font-family:Arial;
	font-size:12px;
	color:#656565;
	text-decoration:none;
}
.Tag:hover
{
	color:#982121;
}
.CommnetBox
{
	background-color:#eeeeee;
	border:solid 1px #cccccc;
	width:400px;
	padding:15px;
	margin-bottom:10px;
	margin-top:10px;	
}
.Font13
{
	font-family:Arial;
	font-size:13px;
}