/* Default CSS Stylesheet for a new Web Application project */

h1	{	
	font-family: Arial;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	}	
		
h2	{	
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	font-style:	normal;
	}	
		
h3	{	
	font-family: Arial;
	font-size: 12px;
	font-weight: 500;
	font-style:	normal;
	}	
span  {	
	font-family: Arial;
	font-size: 12px;
	font-weight: 500;
	font-style:	normal;
	color: #000000;
	}
a:link	{
    font-family: Arial;
	font-size: 13px;
	font-weight: normal;	
	text-decoration: none;
	color: #000000;
	}	
a:visited	{	
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;	
	text-decoration: none;
	color: #000000;
	}
a:hover	{	
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;	
	text-decoration: none;
	color:	#FF0011;
	}		
p	{	
	font-family: Arial;
	font-size: 12px;
	font-weight: 500;
	font-style:	normal;
	color: #000000;
	}	
.normal	{	
	font-family: Arial;
	font-size: 12px;
	font-weight: 500;
	font-style:	normal;
	color: #000000;
	}
.total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
