/** Style sheet for content */
.title
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 18pt;
	COLOR: #13a58f;
	FONT-FAMILY:  Arabic Transparent, Tahoma, Simplified Arabic, ARIAL (ARABIC), Traditional Arabic;
	padding-right: 40;
	padding-top: 20;
}
.bigtitle
{
	font-family: Arabic Transparent;
	font-size: 20pt;
	color: #046e44;
	font-weight:bold;
}
.medtitle
{
	font-family: Arabic Transparent;
	font-size: 16pt;
	color: #13a58f;
	font-weight:bold;
}
.note
{
	font-family: Andalus;
	font-size: 17pt;
	color: #A31E23;
}
.subtitle 
{
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 10pt;
	color: #006f43;
}
.blacksubtitle
{
	font-family: Arabic Transparent;
	font-weight: bolder;
	font-size: 18pt;
	color: black;
}

.txt 
{
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 10pt;
	color: #00a699;
}
.error
{
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 10pt;
	color: Red;
}
.errortitle
{
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 14pt;
	color: Red;
}
.news
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #9C7B29;
}
.righttxt
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Black;
}
.label
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight:bold;
	color: #6C4E10;
}
.rightlabel
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:bold;
	color: #6C4E10;
}
A:active
{
	
	COLOR: #046e44;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
}
A:link
{
	COLOR: #046e44;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
}
A:visited
{
	COLOR: #046e44;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
}
A:hover
{
    COLOR: #046e44;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
}
A.reports:active
{
	
	COLOR: #046e44;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10pt;
}
A.reports:link
{
	COLOR: #046e44;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10pt;
}
A.reports:visited
{
	COLOR: #046e44;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10pt;
}
A.reports:hover
{
    COLOR: #046e44;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10pt;
}
li
{
	color: #0ccabc;
}
A.menu:active
{
	
	COLOR: #6C4E10;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 9pt;
    text-decoration:none;
}
A.menu:link
{
	COLOR: #6C4E10;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 9pt;
   text-decoration:none;
}
A.menu:visited
{
	COLOR: #6C4E10;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 9pt;
    text-decoration:none;
}
A.menu:hover
{
    COLOR: #BDA672;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: underline
}
A.rightmenu:active
{
	
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
    text-decoration:none;
    font-weight:bold;
	color: #6C4E10;
}
A.rightmenu:link
{
	 FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
    text-decoration:none;
    font-weight:bold;
	color: #6C4E10;
}
A.rightmenu:visited
{
	 FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
    text-decoration:none;
    font-weight:bold;
	color: #6C4E10;
}
A.rightmenu:hover
{
    COLOR: #BDA672;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
    font-weight:bold;
    TEXT-DECORATION: underline
}
.txttd
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #9C7B29;
	border-bottom-color:#A31E23;
	border-top-color:#A31E23;
	border-left-color:#A31E23;
	border-right-color:#A31E23
} 
.subtitletd
{
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 10pt;
	color: #325610;
	border-bottom-color:#A31E23;
	border-top-color:#A31E23;
	border-left-color:#A31E23;
	border-right-color:#A31E23
}


A.Remarks:active 
{
	COLOR: red;
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10pt;
}
A.Remarks:link 
{
	COLOR: red;
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10pt;
}
A.Remarks:visited 
{
	COLOR: red;
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10pt;
}
A.Remarks:hover 
{
	COLOR: darkred;
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10pt;
}


.teal-btn { background-color: #00a699; color: white; font-weight: bold; border: none; border-radius: 25px; padding: 12px 24px; cursor: pointer; font-size: 16px; transition: background-color 0.3s ease; }
.teal-btn:hover { background-color: #008c82; }
.teal-btn:focus { outline: 2px solid #00a699; outline-offset: 2px; }