/* Default CSS Stylesheet for a new Web Application project */

body 
{
	color:#333333;
	background-color:#ffffff;
	
	}
H1
{
	font-weight: bold;
	font-size: 12pt;	
		
	font-family: Arial;
	
}
H2
{
	font-weight: bold;
	font-size: 10pt;	
	
	font-family: Arial;
	margin-left: 10px;
}

H3
{
	font: bold 10px Arial;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	text-transform:none;
	margin-left: 20px;
	}
p
{
	font-weight: normal;
	text-justify: inter-word;
	font-size: 10pt;
	font-family: Arial;
	text-align: justify;
	margin-left:10;
	margin-right:10;
	margin-top:10;
	margin-bottom:10;
}

a:link, a:active, a:visited {
	font: Arial;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	font: Arial;
	color: #27987f;
	text-decoration: underline;
}
strong
{
	font-size: 10pt;
		font-family: Arial;
	text-decoration: none;
}
