/* Berachah CSS Document */

body {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
}
.title {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000066;
	border-bottom: 0px solid red;
	font-weight: bold;
}
.title1 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #f4a460;
	border-bottom: 0px solid red;
	font-weight: bold;
}
.title2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #f4a460;
	font-weight: bold;
}
.TABLE1 {
	border: 1px solid #5F6187;
}
A:link {
	FONT-SIZE: 11px;
	COLOR: #f4a460;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	text-align: left;
}
A:visited {
	FONT-SIZE: 11px;
	COLOR: #f4a460;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	text-align: left;
}
A:hover {
	FONT-SIZE: 11px;
	COLOR: #f4a460;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
	text-align: left;
}
A:active {
	FONT-SIZE: 11px;
	COLOR: #f4a460;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	text-align: left;
}
.Menu:link {
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.Menu:visited {
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.Menu:hover {
	FONT-SIZE: 11px;
	COLOR: #F0E68C;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.Menu:active {
	FONT-SIZE: 11px;
	COLOR: #F0E68C;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.left_menu:link {
	FONT-SIZE: 11px;
	COLOR: #006;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	text-align: right;
	border-bottom: 1px dotted #fc3;
	display: block;
}
.left_menu:visited {
	FONT-SIZE: 11px;
	COLOR: #006;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	text-align: right;
	border-bottom: 1px dotted #fc3;
	display: block;
}
.left_menu:hover {
	FONT-SIZE: 11px;
	COLOR: #006;
	BACKGROUND-COLOR: #fc3;
	TEXT-DECORATION: none;
	text-align: left;
	display: block;
}
.left_menu:active {
	FONT-SIZE: 11px;
	COLOR: #006;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dotted #fc3;
	display: block;
}
LI{
	list-style-image: url(../images/homepage_title_arrow.gif);
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}
.td_contact
{
	background-image: url(../images/button-bg.gif);
	padding-left: 5px;
}
.tableright
{
	border-right-color: #FF6600;
	border-right-style: solid;
	border-right-width: 1px;
}
.td_left {
	border-left: 1px solid #FF9933;
}
.td_right {
	border-right: 1px solid #FF9933;
}
.td_top {
	border-top: 1px dotted #FF9933;
}
.td_bottom {
	border-bottom: 1px dotted #FF9933;
}
.table_left_right {
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
}
.table_left_right_top {
	padding: 5px 5px 5px 5px;
	border-left: 1px dotted Gray;
	border-right: 1px dotted Gray;
	border-top: 1px dotted Gray;
}

.table_left_right_top_bottom {
	/*padding: 5px 5px 5px 5px;*/
	border-left: 1px dotted red;
	border-right: 1px dotted red;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
}
.table_all {
	/*padding: 5px 5px 5px 5px;*/
	border: thin dotted red;
}
.button
{
	background-image: url(../images/button-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: thin solid #000000;
}
.formbutton {
	cursor: pointer;
	margin-top: 1px;
	border: outset 1px #ccc;
	background: url(../images/button-bg.gif) repeat-x left top;
	font-size: .9em;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	padding: 1px;
}
.errormessage
{
    color: red;
}