body
{
	margin: 0px;
	direction: rtl;
	color: #5E5E5E;
}

body, td, div, table, input, select, textarea
{
	font-family: Arial;
	font-size: 12px;
}

img
{
	border: none;
}

.border
{
	border: 1px dashed red;
}

a
{
	color: Gray;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.noUnderline
{
	text-decoration: none;
}

a.noUnderline:hover
{
	text-decoration: none;
}

.HideOverflow
{
	overflow: hidden;
}

.ShortLineSpacing
{
	line-height: 12px;
}

.ShorterLineSpacing
{
	line-height: 11px;
}

.BigLineSpacing
{
	line-height: 18px;
}

a.underline
{
	text-decoration: underline;
}

a.underline:hover
{
	text-decoration: none;
}

red
{
	color: Red;
}

.hand
{
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}

.middle
{
	vertical-align: middle;
}

.bottom
{
	vertical-align: bottom;
}

.Bigger
{
	font-size: 13px;
}

.InputBorder
{
	border: 1px solid Gray;
}

.justify
{
	text-align: justify;
}

.ltr
{
	direction: ltr;
}

.inline
{
	display: inline;
}

