/* CSS Document */
	
body {
	background: white;
	background-image:none;
	color: black;
	font-family: "Times New Roman", Times, serif;
	text-align:justify;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: black;
	text-align: justify;
	
	
}


h1  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	font-weight: normal;
	color: black;
	text-align: left;
	margin-top: 5px;
	overflow: auto;
}

h2  { 
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt; 
	font-weight: lighter; 
	color: black;
	text-align: left;
	
	
}

h3  { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt; 
	font-weight: lighter; 
	color: black;
	text-align: left;
	text-decoration:underline;
}

h4  { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt; 
	font-weight: lighter; 
	color: black;
	text-align: left;
 	font-variant:small-caps;
}

h5  { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt;
	font-style: italic;
	font-weight: lighter; 
	color: black;
	text-align: left;
	text-decoration:underline;
}

h6  { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt; 
	font-weight: lighter; 
	color: black;
	text-align: right;
}


.noprint {
	display:none;
}

