/*
----------------------------------------------
Standard Doc layout
----------------------------------------------
*/

td {
	font-family: Verdana;
	font-size: 9pt; color:#800000; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}


span.arabic  { font-family: Arabic Typesetting; font-size: 28pt; color: #996600; text-decoration:none ;direction: rtl
}
.text        { font-family: Segoe Print; font-size: 11pt; color: #800000 }
/*
----------------------------------------------
Custom Style
----------------------------------------------
*/

.line 
{
	height: 21px;
	text-align: left;
	color:#800000; border-left-style:solid; border-left-width:0; border-right-style:solid; border-right-width:0; border-top-style:solid; border-top-width:0; border-bottom-style:solid; border-bottom-width:1px	
}

.line_dotted 
{
	height: 21px;
	text-align: left;
	color:#800000; border-left-style:dotted; border-left-width:0; border-right-style:dotted; border-right-width:0; border-top-style:dotted; border-top-width:0; border-bottom-style:dotted; border-bottom-width:1px	
}


/*
----------------------------------------------
Page Headings
----------------------------------------------
*/

h1
{
padding: 0;
font-weight: normal;
font-family: Verdana;
font-size: 14pt;
color: #800000;margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px; 
}

h2
{
margin: 5px 0;
padding: 0;
font-weight: normal;
font-family: Verdana;
font-size: 12pt;
color: #663300; text-decoration:none
}

/*
----------------------------------------------
links
----------------------------------------------
*/



A:link
{
    COLOR: #FF0000;
    TEXT-DECORATION: none; font-family:Verdana; font-size:9pt
}
A:hover
{
    COLOR: #FF9900;
    TEXT-DECORATION: none; font-size:9pt; font-family:Verdana; }
A:active
{
    COLOR: #FF9900;
    TEXT-DECORATION: none; font-size:9pt; font-family:Verdana; }
A:visited
{
    COLOR: #CC0000;
    TEXT-DECORATION: none; font-family:Verdana; font-size:9pt
}
A:visited:hover
{
    COLOR: #FF9900;
    TEXT-DECORATION: none; font-size:9pt; font-family:Verdana; 
}



a:link.arabic
{
    COLOR: #FF0000;
    TEXT-DECORATION: none; font-size:18pt; font-family:Arabic Typesetting ; direction: rtl

}
a:hover.arabic
{
    COLOR: #FF0000; font-family:Arabic Typesetting; font-size:18pt; letter-spacing:1pt}
a:active.arabic
{
    COLOR: #FF0000;
    TEXT-DECORATION: none; font-family:Arabic Typesetting; font-size:18pt
}
textarea     
{ font-family: Arial; color: #000000; font-size: 10px 
}


/*
----------------------------------------------
Error
----------------------------------------------
*/

.error {
  padding-left: 4em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}h3           { font-family: Verdana; color: #FF9933; text-decoration:none }h4           { font-family: Verdana; font-size: 12pt; color: #CC3300; font-weight:bold }
hr           { color: #800000 }
button       { border-style:outset; border-width:1px; font-family: Verdana; font-size: 8pt; color: #FF6600 }