body
{
	font-family: Arial;
	margin: 0;
}
.dir_side
{
	direction: rtl;
}
.dir_inverse
{
	direction: ltr;
}
.b
{
	font-weight: bold;
}
.nb
{
	font-weight: normal !important;
}
.u
{
	text-decoration: underline;
}
.nu
{
	text-decoration: none !important;
}
.float_side
{
	float: right;
}
.float_inverse
{
	float: left;
}
.float_center
{
	margin: 0px auto !important;
}
.align_top
{
	vertical-align: top;
}
.align_bottom
{
	vertical-align: bottom;
}
.align_right
{
	text-align: right;
}
.align_left
{
	text-align: left;
}
.align_side
{
	text-align: right;
}
.align_inverse
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
img
{
	border: 0px solid #000000;
}
.w100
{
	width: 100%;
}
.d_none
{
	display: none;
}
.d_block
{
	display: block;
}
.bg_b
{
	background-color: #DFDFDF;
	border: 1px solid #DD0000;
}

/* General Fonts */
.f1
{
	font-size: xx-small;
}
.f2
{
	font-size: x-small;
}
.f3
{
	font-size: small;
}
.f4
{
	font-size: medium;
}
.f5
{
	font-size: large;
}
.f6
{
	font-size: x-large;
}
.f7
{
	font-size: xx-large;
}


/* CSS General */
.header_space
{
	margin-bottom: 10px;
}
div.general_wrapper
{
	width: 747px;
	margin: 0px auto !important;
}
div.main_general_wrapper
{
	width: 720px;
	margin: 0px auto !important;
}
div.banner
{
	width: 575px !important;
	height: 140px !important;
}
table.banner
{
	height: 140px;
	/*background-color: #DFDFDF;
	border: 1px solid #AFAFAF;*/
	text-align: center !important;
	vertical-align: middle !important;
}
td.logo
{
	/*width: 145px !important;
	display: block;*/
}
td.logo img
{
	/*width: 172px !important;
	height: 167px !important;*/
}
td.site
{
	width: 720px !important;
}
td.site_extra
{
	width: 27px !important;
}
div.ub
{
	height: 27px;
}
td.ub
{
	background: url(../../images/1.he/general/ub_bg.gif) repeat-x;
	height: 27px;
}

h1.hp_general_title
{
	margin: 0px;
	padding: 0px 5px;
	color: #00377C;
	font-size: x-large;
}
.hp_general_subtitle
{
	color: #0955AB;
	padding: 0px 5px 5px;
	width: 525px;
}
table.danel_group
{
	/*margin-top: 15px;*/
	margin-bottom: 15px;
}
col.danel_group
{
	width: 180px !important;
}
td.danel_group
{
	color: #00377C;
	padding: 0px 20px 0px;
}
tr.btns_wrapper
{
	padding-top: 20px;
}


table.footer
{
	background: url(../../images/1.he/general/footer_bg.gif) top no-repeat;
	height: 34px;
	color: #FFFFFF;
}
table.footer a 
{ 
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
}
table.footer a:hover 
{ 
	text-decoration:underline;
}

.footer div
{
	padding: 2px 8px 0px;
}
.space_footer
{
	padding:3px 10px 0px 0px;
}
.space_footer_icons
{
	vertical-align:top;
	padding-left:10px;
}
td.header_logo
{
	width:175px;
	vertical-align:bottom;
}



p, form, table, div, ul, li
{
	margin: 0px;
	padding: 0px;
}