@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

@font-face {
	font-family: OpenSansHebrew-Regular;
	src: url('fonts/OpenSansHebrew-Regular.ttf') format('truetype');
}

@font-face {
	font-family: OpenSansHebrew-Regular;
	src: url('fonts/OpenSansHebrew-Regular.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 90%;
	font: inherit;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:'Open Sans',Arial,Helvetica,sans-serif !important;*/
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

a{text-decoration:none;}
b{font-weight:bold;}
p{line-height:18px;}

html[xmlns] .clearfix {
	display: block;
}

.clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.cl{
	clear: both;
}
.left{
	float: left !important;
}
.right{
	float: right !important;
}
.p_0{
	padding: 0 !important;
}
.m_0{
	margin:0px !important;
}
.bold {
	font-weight: bold !important;
}
.nobac{background:none !important;}
.nobor{border:0px !important;}
.nowid{width:auto !important;}
.nohgt{height:auto !important;}
.nofloat{float:none !important;}