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

.outline {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 28px;
	color: #cc0000;
	margin: 6px 0 16px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 24px;
	color: #cc0000;
	margin: 24px 0 0 0;
	border-to: 1px solid #d1d1d1;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 24px;
	color: #cc0000;
	margin: 0 0 0 0;
}