td {
	font-family: Arial, sans-serif;
        font-size: 13px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
}

.title {
	font-family:  Arial;
        font-size: 14px;
	font-style: normal;
        color: #000000;
        font-weight: bold;
	text-decoration: none;
}

.title2 {
	font-family:  Arial;
        font-size: 15px;
	font-style: normal;
        color: #000000;
        font-weight: 600;
	text-decoration: none;
}
.title3 {
	font-family:  Arial;
        font-size: 17px;
	font-style: normal;
        color: #000000;
        font-weight: 600;
	text-decoration: none;
}
A {
	font-family: Arial, sans-serif;
        font-size: 13px;
	font-style: normal;
        color: #000000;
        font-weight: normal;
	text-decoration: none;
}

A::Hover {
	font-family: Arial, sans-serif;
        font-size: 13px;
	font-style: normal;
        color: #000000;
        font-weight: normal;
        text-decoration: underline;
}



.topMnu {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #5C5C5C;
	font-weight: normal;
	text-decoration: none;
}
.topMnu:HOVER {
	color:#000000;
}
.btmCopy {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #5C5C5C;
	font-weight: normal;
	text-decoration: none;
}
.mainTxt {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #5C5C5C;
	font-weight: normal;
	text-decoration: none;
}
.formInput {	/*	used for the contact form input fields | input, textarea and select	*/
	background:#FFFFFF;
	border:#8A8989;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-top-width:1px;
	color:#404040;
	font:normal 10px Arial;
	vertical-align:middle
}


    select
    {
      COLOR: #5C5C5C;
      BORDER-BOTTOM: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      font-family: Arial (Hebrew);
      background-color: #F7F7F7;
      font-size: 9pt
    }

    input
    {
      COLOR: #5C5C5C;
      background-color: #F7F7F7;
      BORDER-BOTTOM: 1px solid #D6C7B5;
      BORDER-LEFT: 1px solid #D6C7B5;
      BORDER-RIGHT: 1px solid #D6C7B5;
      BORDER-TOP: 1px solid #D6C7B5;
      font-size: 9pt
    }
    textarea
    {
      COLOR: #5C5C5C;
      background-color: #F7F7F7;
      BORDER-BOTTOM: 1px solid #D6C7B5;
      BORDER-LEFT: 1px solid #D6C7B5;
      BORDER-RIGHT: 1px solid #D6C7B5;
      BORDER-TOP: 1px solid #D6C7B5;
      font-size: 9pt
    }

    button
    {
      COLOR: navy;
      background-color: #F7F7F7;
      BORDER-BOTTOM: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      font-size: 9pt
    }

