html
{
	overflow-y: scroll;	
	background-color:#ffffff;
}

/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, table, iframe, fieldset, input, textarea, p, blockquote, th, td*/
body, div, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, pre, form, table, iframe, fieldset, 
input, textarea, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Times New Roman;
}
body
{
	direction: rtl;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img
{
	border: 0px;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
dl, ol, ul
{
	/*list-style: none;*/
}
b, .b, strong
{
	font-weight: bold;
}
.nb
{
	font-weight: normal !important;
}
.dir_right
{
	direction: rtl;
}
.dir_left
{
	direction: ltr;
}
.float_right
{
	float: right;
}
.float_left
{
	float: left;
}
.align_right
{
	text-align: right;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.align_top
{
	vertical-align: top;
}
.align_bottom
{
	vertical-align: bottom;
}

input{background-color:#ffffff;}
select{background-color:#ffffff;}
textarea{background-color:#ffffff;}

.d_none
{
	display: none;
}
.h100
{
	height: 100%;
}
.w100
{
	width: 100%;
}
.w90
{
	width: 95%;
	margin: 0px auto;
}
div.wrapper
{
	width: 922px;
	margin: 0px auto;
}
a
{
	text-decoration: none;
}

.hand
{
	cursor:pointer;
}