@charset "utf-8";
/* CSS Document */
body
{
	/*background:#0f8bd0 url('images/Back2.gif') repeat-x fixed bottom left;*/
	background:#000000;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
}
#tBorder
{
	background:url(images/tborder.gif) bottom repeat-x;
	height:11px;
}
#tlBorder
{
	background:url('images/tlborder.gif') bottom right no-repeat;
	height:11px;
}
#trBorder
{
	background:url('images/trborder.gif') bottom left no-repeat;
	height:11px;
}


#mainTable
{
	background-color: #ffffff;
	background-image:url(images/ContentBack2.gif);
	background-repeat:repeat-x;
}

#container
{
	margin-top:18px;
	direction:rtl;
}

.title
{
	font-family:"Times New Roman", Times, serif;
	font-size:15pt;
	font-weight:bold;
	color:#00558e;
	padding-bottom:7px;
	border-bottom-style:dashed;
	border-bottom-color:#00558e;
	border-bottom-width:1px;
}

.details
{
	margin-top:10px;
	margin-right:10px;
	margin-left:20px;
	margin-bottom:20px;
	font-family:Tahoma;
	font-size:10pt;
	color:#333333;
}

