﻿body
{
	background-color: #C0C0C0;
}
a
{
	color: #993333;
	text-decoration: underline;
}
.Global
{
	background-color: #C0C0C0;
	font-family: Arial (Hebrew);
	margin: 0 auto;
	width: 775px;
	height: 400px;
}
.Banner
{
	background: #B0C987;
	padding-right: 25px;
	font-weight:bold;
	font-size:12pt;
}
.Logo
{
	height: 125px;
}
.Column
{
	text-align:justify;
	height: 100%;
	vertical-align: top;
	padding: 4px;
	font-size:10pt;
	padding-left:10px;
	padding-top:15px;
}

.Column .Title
{
	font-weight:bold;
	font-size:12pt;
}
.Column1
{
	background: #F7F7F7;
	width: 290px;
}
.Column2
{
	background: #E8E8E8;
	width: 290px;
}
.Column3
{
	background: #C0C0C0;
	font-weight: bolder;
	width: 190px;
}
.Highlight
{
	background: #993333;
}
.ToolBar
{
	background: #6D7D54;
	font-size: 12px;
	padding-right: 25px;
	width: 100%;
}

.ToolBar a
{
	color: Black;
}
.Site
{
	border-width: 12px;
	border-color: #FFFFFF;
	border-style: solid;
	height: 100%;
	width: 100%;
}

