/* Default CSS Stylesheet for a new Web Application project */

/* For Main Title */
P.MainTitle	{	
	font-family: Times New Roman;
	font-size:	12 pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    text-align:	center;
	color: #800000;
	}	
   

/* For the Link */
A.first{
    font-family: Times New Roman;
	font-size:	10pt;
	text-align:	left;
	font-weight:	bold;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000080;
}   


/* For the Style of the Indexes */
A.IndexStyle{
    font-family: Traditional Arabic;
	font-size:	12pt;
	text-align:	left;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
}   
A.IndexStyle:hover{
    font-family: Traditional Arabic;
	font-size:	12pt;
	text-align:	left;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #0047A4;
}   

/* for the link */
p.first{
    font-family: Times New Roman;
	font-size:	10pt;
	text-align:	left;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
}   

/* For the Sub Titles */
P.SubTitles	{	
	font-family: Times New Roman;
	font-size:	12 pt;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	    text-align:	center;
	text-transform:	none;
	color: #000080;
	}

/* For the Content Titles */
P.contentTitles	{	
	font-family: Times New Roman;
	font-size:	12 pt;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	    text-align:	left;
	text-transform:	none;
	color: #000080;
	}
	
/* For the highlighted text in blue */
P.Content	{	
	font-family: Times New Roman;
	font-size:	12 pt;
	font-weight:	normaL;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
	}
	
	
/* For the index table date */
P.Contentdate	{	
	font-family: Traditional Arabic;
	font-size:	10 pt;
	font-weight:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	center;
	color: #800000;
	margin-left: 10;
	}
	
	/* For Main Title OF THE TABLE */
P.MainTitleTABLE	{	
	font-family: Times New Roman;
	font-size:	12 pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    text-align:	center;
	color: #000080;
	}
