/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}





	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
h2
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: darkgray;
	line-height: 15pt;
	font-family: Verdana, Helvetica, sans-serif, 'Arial Black';
}	
	
	hr
{
	color: lightgrey;
}
	
	.tb
{
	border-right: #778899 1px solid;
	border-top: #778899 1px solid;
	border-left: #778899 1px solid;
	direction: ltr;
	border-bottom: #778899 1px solid;
}
	.tbF
{
	border-right: #778899 1px solid;
	border-top: #778899 1px solid;
	border-left: #778899 1px solid;
	direction: rtl;
	border-bottom: #778899 1px solid;
	font-family: Tahoma, 'B Lotus';
}
.btn
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: #cccccc;
	
}
.btnF
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: #cccccc;
		direction: rtl;
	font-family: Tahoma, 'B Lotus';
}
	
	/*   --------------   text    --------------       */
	
	.normaltext
{
	padding-right: 5px;
	padding-left: 15px;
	font-size: 8pt;
	line-height: 12pt;
	padding-top: 15px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: justify;
}
.normaltext-f
{
	font-size: 13px;
	direction: rtl;
	font-family: Tahoma, 'B Lotus';
	line-height: 20pt;
}

.tdTitle-f
{
	font-size: 13px;
	color: #cc0000;
	direction: rtl;
	line-height: 15pt;
	font-family: Tahoma, 'B Lotus';
	background-color: #f5f5f5;
}
.errorf
{
	font-size: 10px;
	color: #ff0000;
	direction: rtl;
		font-family: Tahoma, 'B Lotus';
}
.h1
{
	padding-right: 10px;
	padding-left: 0px;
	font-size: 13pt;
	padding-bottom: 10px;
	color: #006699;
		line-height: 17pt;
		 font-weight:bold;
	padding-top: 10px;
	font-family:   Verdana, Helvetica, sans-serif;
}

.h2
{
	font-size: 12px;
	color: #002266;
	line-height: 15pt;
	font-family: Verdana, Helvetica, sans-serif, 'Arial Black';
}
/*   --------------   links    --------------       */
.aImg, aImg:visited, aImg:active
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}

A:link, A:visited, A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	padding-bottom: 1px;
	}	
A:hover
{
	padding-bottom: 1px;
	text-decoration: none;
}

.aBody:link, .aBody:visited, .aBody:active
{
	font-size: 9pt;
	padding-bottom: 1px;
	color: #77cc00;
	border-bottom: #33cc00 0.1em dotted;
	text-decoration: none;
}	
		

.aBody:hover
{
	font-size: 9pt;
	padding-bottom: 1px;
	color: green;
	background-color: #f0f8ff;
	text-decoration: none;
	border-bottom-style: none;
}



 .aTitle:link, .aTitle:visited, .aTitle:active
{
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 1px;
	color: #002266;
	line-height: 15pt;
	border-bottom: #002266 1px dotted;
	text-decoration: none;
}
	
.aTitle:hover
{
	font-weight: bold;
	font-size: 12pt;
	color: green;
	background-color: #f0f8ff;
	text-decoration: none;
	border-bottom-style: none;
}

.aFooter:link, .aFooter:visited, .aFooter:active
{
	font-size: 8pt;
	padding-bottom: 1px;
	color: #ffffff;
	text-decoration: none;
}	
		

.aFooter:hover
{
	font-size: 8pt;
	padding-bottom: 1px;
	color: #77cc00;
	text-decoration: none;
	border-bottom-style: none;
}

.aNews:link, .aNews:visited, .aNews:active
{
	font-size: 8pt;
	padding-bottom: 7px;
	color: #696969;
	
	text-decoration: none;

}	
		

.aNews:hover
{
	font-size: 8pt;
	padding-bottom: 1px;
	background-color: whitesmoke;
	color: green;
	

	text-decoration: none;
}
.aNewsTitle:link, .aNewsTitle:visited, .aNewsTitle:active
{
	font-size: 9pt;
	padding-bottom: 1px;
	color: #77cc00;
	text-decoration: none;
	border-bottom: #33cc00 0.1em dotted;
}	
		

.aNewsTitle:hover
{
	font-size: 9pt;
	padding-bottom: 1px;
	color: green;
		background-color: whitesmoke;
	text-decoration: none;
}