body
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	background-color: white;
}
pre
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	margin: 0px;
}
a
{
	color: black;
}
a:hover
{
	color: #C89F83;
	text-decoration: none;
}
td
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	text-align: right;
}
.nested
{
}

.nested table
{
	background-color: #FFFFFF;
}

input
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	width: 97%;
	direction: rtl;
}
.tableHeader
{
	background-color: #A2D8CC;
	font-weight: bold;
}
.dataBlock
{
	background-color: #FFFFFF;
}
.columnBlock
{
	background-color: #C4E0FF;
}

.style1 {font-size: 16px;}
.style4 {FONT-SIZE: small; FONT-FAMILY: serif}
.style5 {MARGIN-LEFT: 0px}
.style6 {TEXT-ALIGN: center; }
.style7 {FONT-SIZE: xx-large}
.style13 {font-size: 12pt }
.style15 {font-size: 14; font-weight: bold; }
.style16 { font-size: 14pt; font-weight: bold;}

#overallMaskLayer
{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=1);
	z-index: 10;
	background-color: #FFFFFF;
}
#messageLayer
{
	position: absolute;
	display: none;
	height: 100px;
	width: 500px;
	z-index: 11;
	background-color: #EBE69B;
	border: 1px solid red;
}