/* CSS Document */
div.Section1
{
/*	position:     absolute;*/
	/*left:         167px;*/ /*400*/
	/*top:          91px;*/ /*290*/
	/*width:        520px; *//*520*/
	height:       700px;/*514*/
    font-weight:normal; 
	padding-left: 10px;
	padding-right:10px;
	border:       2px  solid  #8e2800;
	overflow:     auto;
}
div.Section1 p
{   text-align:  right;
	direction:   rtl;
	font-size:   14px;
	font-family: "Arial", "serif";
}

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:link
{   color:            #801616;
	text-decoration:  none;/*  underline;*/
	font-weight:      bold;
}
div.Section1 a:visited
{   color:            purple;
    text-decoration:  none;
	font-weight:      bold;
}
div.Section1 span, span.head
{   text-align:  right;
	direction:   rtl;
	font-family: "Arial";
	color:       #000000;
	font-weight: 400;
}
div.Section1 span
{
	font-size:   14px;
}
div.Section1 span.head
{
	font-size:   16pt;
}
div.Section1 span.emphasize
{
	font-size:   14px;
	font-weight: bold;
}
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+ */
}
