@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #BCBCBC;
}
.red1 {
	color: #5d030c;
}
.red2 {
	color: #bb9299;
}
.gray {
	color: #666666;
}


.bg {
	background-color: #ffffff;
}
.p12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.p14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
.p18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.black:link {
	color: #000000;
	text-decoration: none;
}
.black:visited {
	color: #000000;
	text-decoration: none;
}
.black:hover {
	color: #999999;
	text-decoration: underline;
}
.red:link {
	color: #5d030c;
	text-decoration: none;
}
.red:visited {
	color: #5d030c;
	text-decoration: none;
}
.red:hover {
	color: #bb9299;
	text-decoration: underline;
}

