@charset "windows-1255";
/* CSS Document */
body 
{
	background-color: #E6E6E6;
	font-family:David;
	font-size:12px;
	color:Black;
	margin:0;
}

.Menu
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:White;
	text-decoration:none;
	cursor:hand;
}
.MenuOver
{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#6CECFD;
	text-decoration:none;
	cursor:hand;
}

.LeftMenu
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#3B5C93;
	background-image:url(Images/LeftMenuBg.jpg);
	background-position:right;
	text-decoration:none;
	cursor:hand;
	width:220px;
	height:32px;
}

.LeftMenu a
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#3B5C93;
	background-image:url(Images/LeftMenuBg.jpg);
	background-position:right;
	text-decoration:none;
	cursor:hand;
	width:220px;
	height:32px;
}

.LeftMenuOver
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:White;
	background-image:url(Images/LeftMenuBgOv.jpg);
	text-decoration:none;
	background-position:right;
	cursor:hand;
	width:219px;
	height:32px;
}

.LeftMenuOver a
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:White;
	background-image:url(Images/LeftMenuBgOv.jpg);
	text-decoration:none;
	background-position:right;
	cursor:hand;
	width:219px;
	height:32px;
}

.Text
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.Header
{
	font-family:"Times New Roman", Times, serif;
	color:#3B5C92;
	font-weight:bold;
	font-size:18px;
}

H1
{
	font-family:"Times New Roman", Times, serif;
	color:#3B5C92;
	font-weight:bold;
	font-size:18px;
}

H2
{
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

H2 a
{
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

H3
{
	font-family:"Times New Roman", Times, serif;
	color:#3B5C92;
	font-weight:bold;
	font-size:16px;
}

H4
{
	font-family:David;
	font-size:12px;
	font-weight:normal;
}
