table {
	border: none;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #274F76;
}
h1 {
	text-align: left;
	color: #0033CC;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #0033CC;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
}
li {
	padding-bottom: 5px;
	list-style-type: square;
}
