h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	font-family:sans-serif;
   color: #0e1e29;
}
   
h1 {
	
	font-size:20pt;		
	letter-spacing:3px;
	margin-bottom: 10px;
}
h2 {
	font-size:16pt;	
	letter-spacing:2px;
	margin-bottom: 10px;
}

h3 {

	font-size:14pt;	
	color: #0e1e29;
	margin-bottom: 10px;
}
h4 {
   font-weight: bold;
	font-size:12pt;	
	margin-bottom: 10px;
}
h5 {
	font-size:10pt;	
	color: #0e1e29;
	margin-bottom: 10px;
}
h6 {
	font-size:10pt;	
	color: #0e1e29;
	margin-bottom: 10px;
}
p {margin: 0 0 18px}
/* */
#content p, #content h1, #content h2, #content h3 {
	margin:10px 0pt 0pt 0pt ;
}

#content p, #sr p {
	text-align:justify;
}

