@charset "UTF-8";
/* BASE CSS Document */

p	{
	margin:0;
	font-size:15px;
	color:#000000;
	line-height:1.5em;
	text-align:left;
}

p.big	{
	margin:0;
	font-size:17px;
	color:#000000;
	line-height:1.5em;
	text-align:left;
}



p.small	{
	margin:0;
	font-size:13px;
	color:#000000;
	line-height:1.5em;
	text-align:left;
	font-weight: normal;
}

p.bold	{
	font-size:15px;
	color:#000000;
	line-height:1.5em;
	text-align:left;
	font-weight: bold;
	margin-top: 25px;
}

p.bold02	{
	font-size:15px;
	color:#000000;
	line-height:2em;
	text-align:left;
	font-weight: bold;
	background-color: #EEE;
	width: 630px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-left: -30px;
}

.red {
	color: #B91450;
}
