/* 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 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;
	text-align:	left;	
	color: #000000;
	}
	
	/* For the serfer data Entry */
P.DataEntry	{	
	font-family: Times New Roman;
	font-size:	12 pt;
	font-weight:	normaL;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:	left;	
	margin-left: 5pt;		
	color: #000000;
	}
