/* CSS Document */
div.Section1
{
	width:        520px; /*520*/
	height:       514px;/*514*/
	padding-left: 10px;
	padding-right:10px;
	border:       2px  solid  #474d1d;
	overflow:     auto;
}
div.Section1 p
{   text-align:  right;
	direction:   rtl;
	font-size:   16px;
	font-family: "Arial", "serif";
	font-weight: normal;
/*	
	margin:      0px;
	margin-top:    4px;
	margin-bottom: 5px;
*/	
}

div.Section1 h1
{	margin:      12.0pt 0in 3.0pt 0in;
	text-align:  right;
	direction:   rtl;
	font-size:   16.0pt;
	font-family: "Arial";
	line-height: 80%;
}
div.Section1 a         { text-align: right; direction: rtl;	font-size: 16px; font-family: Arial; }
div.Section1 p a       { text-align: right; direction: rtl;	font-size: 16px; font-family: Arial; }
div.Section1 a         { text-decoration: none; font-weight: bold; color: #52b312; }
div.Section1 a:link    { text-decoration: none; font-weight: bold; color: #52b312; }
div.Section1 a:visited { text-decoration: none; font-weight: bold; color: #279c00; }
div.Section1 a:hover   { text-decoration: none; font-weight: bold; color: #f59700; }
div.Section1 a:active  { text-decoration: none; font-weight: bold; color: #282b16; }


div.Section1 span
{   text-align:  right;
	direction:   rtl;
	font-family: "Arial";
	color:       #000000;
}
div.Section1 span
{   font-weight: normal;
	font-size:   16px;
}
div.Section1 pre
{
	text-align:  right;
	direction:   rtl;
	font-family: "Arial", "serif";
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}
