/* 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;
	color: #800000;
	}	
   
/* For the Link */
A.first{
    font-family: Times New Roman;
	font-size:	12pt;
	font-weight:	bold;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	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 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;
	}
