/* Default CSS Stylesheet for a new Web Application project */

/* For Main Title */
P.MainTitle	{	
	font-family: Times New Roman;
	font-size:	12 pt;
	font-weight:	bold;
	text-decoration:	none;
	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:	12pt;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #800000;
}   


A.first:hover{
    font-family: Times New Roman;
	font-size:	12pt;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000080;
}  



/* For the internal Link that go to the next or previous page*/
A.internal{
    font-family: Times New Roman;
	font-size:	12pt;
	font-weight:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:	center;	
	color: #000080;
}   
 

/* For the Sub Titles */
P.SubTitles	{	
	font-family: Times New Roman;
	font-size:	12 pt;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000080;
	}
	
/* For the content */
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 Table of contents  */
P.TableContent	{	
	font-family: Times New Roman;
	margin-left: 15px;
	font-size:	12 pt;
	font-weight:	normal;
	text-decoration:	none;
	text-align:	left;	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #800000;
	}	
	
/* For the Link Paragraph */
P.Link	{	

    margin-left: 10pt;
	font-family: Times New Roman;
	font-size:	10 pt;
	font-weight:	normaL;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:	left;
	color: #000000;
	}
