/********************************************************************************/
/* CSS for General Format */
/********************************************************************************/
html
{
	overflow scroll;
	direction: rtl;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	line-height: 1em;
}
body
{
	direction: rtl;
	text-align: right;
	background-color: #000;
	font-size: 13px;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img
{
	border: 0px;
}
img
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
caption, th
{
	text-align: right;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0px;
}
.b, b, strong
{
	font-weight: bold;
}
.nb
{
	font-weight: normal;
}
.d-none
{
	display: none !important;
}
.clear-all
{
	border: 0px;
	clear: both;
	display: block;
	float: none;
	font-size: 0px;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	visibility: hidden;
	width: 0px;
}
.line-space
{
	border: 0px;
	clear: both;
	display: block;
	float: none;
	font-size: 0px;
	height: 18px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 0px;
}
@media print
{
	/**
	{
		display: none !important;
	}*/
}
/********************************************************************************/

/********************************************************************************/
/* CSS for Font Format */
/********************************************************************************/
.f1 {font-size: 77%;} /* Renders 10px */
.f2 {font-size: 85%;} /* Renders 11px */
.f3 {font-size: 93%;} /* Renders 12px */
.f4 {font-size: 100%;} /* Renders 13px */
.f5 {font-size: 108%;} /* Renders 14px */
.f6 {font-size: 116%;} /* Renders 15px */
.f7 {font-size: 123.1%;} /* Renders 16px */
.f8 {font-size: 131%;} /* Renders 17px */
.f9 {font-size: 138.5%;} /* Renders 18px */
.f10 {font-size: 146.5%;} /* Renders 19px */
.f11 {font-size: 153.9%;} /* Renders 20px */
.f12 {font-size: 161.6%;} /* Renders 21px */
.f13 {font-size: 167%;} /* Renders 22px */
.f14 {font-size: 174%;} /* Renders 23px */
.f15 {font-size: 182%;} /* Renders 24px */
.f16 {font-size: 189%;} /* Renders 25px */
.f17 {font-size: 197%;} /* Renders 26px */
/********************************************************************************/

/********************************************************************************/
/* Global */
/********************************************************************************/
.site-content
{
	width: 980px;
	margin: 0px auto;
}
.site-content-inner
{
}
/********************************************************************************/

/********************************************************************************/
/* Header */
/********************************************************************************/
.ip-header
{
	min-height: 100px;
	_height: 100px;
}
.ip-header a
{
	margin: 10px;
	float: left;
}
/********************************************************************************/

/********************************************************************************/
/* Footer */
/********************************************************************************/
.ip-footer
{
	min-height: 30px;
	_height: 30px;
}
/********************************************************************************/

/********************************************************************************/
/* Content */
/********************************************************************************/
.ip-content
{
}
/********************************************************************************/
