body { 
	background-color: 
	rgb(255,255,255); 
	font-family: Times New Roman, Times, serif; 
	font-size: 12pt 
}
h2{ 
	font-family: Times New Roman, Times, serif; 
	font-size: 18pt 
}
h3 { 
	font-family: Times New Roman, Times, serif; 
	font-size: 14pt; font-weight: bold 
}
h4 { 
	font-family: Times New Roman, Times, serif; 
	font-size: 10pt; font-weight: bold 
}
p, td { 
	font-family: Times New Roman, Times, serif; 
	font-size: 12pt 
}
p.header { 
	text-align: center; 
	font-weight: bold 
}
.small { 
	font-size: 10pt 
}
.ital { 
	font-style: italic; 
}
.bold { 
	font-weight: bold 
}
.boldital { 
	font-weight: bold; 
	font-style: italic;
}
