@charset "utf-8";
h1 {
	color: #2C3488;
	font-weight: bold;
	font-size: 30px;
}
h2 {
	color: #2C3488;
	font-weight: bold;
	font-size: 18px;
}
p {
	font-size: 14px;
	font-family: "Myriad Pro";
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.content {
	margin: 10px;
	padding: 10px;
	text-align:left;
	vertical-align:top;

}
