

body {
	background-color: #FEFBF7;
	scrollbar-face-color: #D9D9D9;
	scrollbar-highlight-color: #D9D9D9;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #C8C6C6;
	scrollbar-arrow-color:  #black;
	scrollbar-track-color: #F0EEEE;
	scrollbar-darkshadow-color: #98AAB1;
	font-family: Tahoma;
	margin:5,0,5,0;
}

P {
	 font-size : 12px; margin-top: 0; margin-bottom: 0; 
}

TBODY {
	 font-size : 12px; margin-top: 0; line-height:2.2; margin-bottom: 0; text-align:justify; 
}

a:link, a:active{ color: #FF6600 ; text-decoration: none; font-size: 12px;  }
a:visited { color: #FF6600  ; text-decoration: none; font-size: 12px;  }
a:hover	{ color: #FF9999 ; }
.tableline1	{ background-color: #FFFFFF; border: 1px   #999999 solid; }

/* The main submit button option */
input.mainoption {
	background-color: #FAFAFA;
	font-weight : bold;
}




/* texteral text */
.text { font-size : 14px; line-height:1.5; }
.textmed { font-size : 12px; line-height:2;}
.textsmall { font-size : 10px; line-height:1.5;}
.text,.textmed,.textsmall{ color : #000000; }
a.text,a.textmed{ color: #006699; text-decoration: none; }
a.text:hover,a.textmed:hover	{ color: #DD6900; text-decoration: underline; }




.codebox {
	LIST-STYLE-TYPE: none;
	background-color: #F4FCFF;
	direction:ltr;
	border: 1px solid #DDF0FF;
	line-height: 2.5;
}

.menubox {
	LIST-STYLE-TYPE: none;
	background-color: #F5F5F5;
	direction:ltr;
	border: 1px solid #E5E5E5;
	line-height: 2.5;
}

.itembox {
	LIST-STYLE-TYPE: none;
	background-color: #FEFEE0;
	direction:ltr;
	border: 1px solid #FCFCA9;
	line-height: 2.5;
}

.itembox_rtl {
	LIST-STYLE-TYPE: none;
	background-color: #FEFEE0;
	direction:rtl;
	border: 1px solid #FCFCA9;
	line-height: 2.5;
}

.termbox {
	background-color:  #FFF8F4;
	direction:ltr;
	border: 1px solid #FFEDEC;
	line-height: 2.5;
	letter-spacing: 1px;
}

.title {
	font-size : 14px;
	margin: 3ex 0px 0px;
	color:#000066;
}

.subtitle1 {
	font-size : 12px;
	margin: 3ex 0px 0px;
	color:#000066;
}

.tblhead {
	background-color: #F7F8EF;
	line-height: 2.2;
}
.tblbody {
	background-color: #FFFFFF;
	border: 1px #E3E7C9 solid;
}

.latin {
	font-family: Verdana, Arial, Helvetica, sans-serif; direction:ltr;
}
