@charset "utf-8";
/* CSS Document */

p	{
	text-align: left;
	line-height: 19px;
	padding-bottom: 13px;
}


.first {
	font-size: 12px;
	text-align: left;
	font-style: italic;
}

h1	{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 40px 0px 50px 0px;
}

h2	{
	font-size: 14px;
	padding-bottom: 13px;
}

hr {
	color: #c10424;
	background-color: #c10424;
	height: 1px;
	border:none;
	margin-bottom: 13px;
}


