a, address, blockquote, cite, code, dd, del, dfn,
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var,
applet, b, big, center, dir, font, hr, i, menu, pre, s, strike, tt,
u, abbr, acronym, bdo, button, fieldset, ins, label,td{
	margin-top:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	vertical-align:	baseline;
	}
*{
		font-family:Arial,Tahoma,Verdana,Tahoma,Arial, Helvetica, sans-serif,Verdana, Geneva;
}
body{
	color: #000;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	direction: rtl;
	font-size: normal;
	}
.menu li a.cur{
color:#333333;
}

a:link{
text-decoration:   none;
color:#99cc00;
color:#87A400;
}
a:visited	{
text-decoration:	none;
color:#99cc00;
color:#87A400;
}
a:active	{
text-decoration:	none;
color:#99cc00;
color:#87A400;
}
a:hover	{
text-decoration:	underline;
color:#333333;
}
img{
  border:none;
}

img.left {
	float: left;
	margin-right: 3px;
}

img.right {
	float: right;
	margin-left: 3px;
}

p {
	margin: .5em 0;
}

p.indent {
	margin-left: 40px;
}

p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}
p.justify {
	text-align: justify;
}
span.underline {
	text-decoration: underline;
}

span.strikethrough {
	text-decoration: line-through;
}

h3{
font-size: 16px;
	font-weight: bold;
	color:#A7BC31;

}

.disabled{
color:#999999;
}
.clear{
clear:both;
}