/* CSS Document */



.headerfont {
	font-family: times new Roman;
	font-weight: bold;
	font-size: 24px;
	color: #330000;
	font-style: italic;
	font-variant: normal;
	
}
.boldfont {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.boldfontheader {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: verdana;
	font-style:normal;
	
}
.text {
	color: #330000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
