@charset "utf-8";

p { 
  margin-top: 6px;
  margin-bottom: 6px;
} 

.heading01 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
}
.heading02 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
}


.body01 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 16px;
	text-decoration: none;
}
.body01 a:link {
	color: #0099CC;
	text-decoration: underline;
}
.body01 a:visited {
	color: #0099CC;
	text-decoration: underline;
}
.body01 a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.body01 a:active {
	color: #0099CC;
	text-decoration: underline;
}

.body02 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-align: left;
	line-height: 16px;
	text-decoration: none;
}
.body02 a:link {
	color: #0099CC;
	text-decoration: underline;
}
.body02 a:visited {
	color: #0099CC;
	text-decoration: underline;
}
.body02 a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.body02 a:active {
	color: #0099CC;
	text-decoration: underline;
}

.body03 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
}
.body03 a:link {
	color: #0099CC;
	text-decoration: underline;
}
.body03 a:visited {
	color: #0099CC;
	text-decoration: underline;
}
.body03 a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.body03 a:active {
	color: #0099CC;
	text-decoration: underline;
}

.body04 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #006699;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
}
.body04 a:link {
	color: #006699;
	text-decoration: underline;
}
.body04 a:visited {
	color: #006699;
	text-decoration: underline;
}
.body04 a:hover {
	color: #006699;
	text-decoration: underline;
}
.body04 a:active {
	color: #006699;
	text-decoration: underline;
}

.body05 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: left;
	line-height: 16px;
	text-decoration: none;
}
.body05 a:link {
	color: #006699;
	text-decoration: underline;
}
.body05 a:visited {
	color: #006699;
	text-decoration: underline;
}
.body05 a:hover {
	color: #006699;
	text-decoration: underline;
}
.body05 a:active {
	color: #006699;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
	line-height: 12px;
	text-decoration: none;
}
.footer a:link {
	color: #000000;
	text-decoration: underline;
}
.footer a:visited {
	color: #000000;
	text-decoration: underline;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer a:active {
	color: #000000;
	text-decoration: underline;
}


ul {
	margin:0;
	padding:0;
}
ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin:0 0 5px 35px;
	color: #000000;
}
ol {
	margin:0;
	padding:0;
}
ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin:0 0 5px 35px;
	color: #000000;
}
li.dash {
	list-style-image: url('../images/dash_b.gif');
	list-style-position : outside;
	margin:0 0 0 12px;
	color: #000000;
}
li.black {
	color: #000000;
}
li.black_disc {
	list-style-type: disc;
	color: #000000;
}

ul.small {
	margin: 0 0 2px -20px;
	padding:0;
	line-height: 12px;
}
li.small {
	list-style-type: none;
	list-style-position:  inside;
	margin: 0 0 0 20px;
	font-size:10px;
	color: #000000;
}
li.small_dash {
	font-size: 10px;
	list-style-image: url('../images/dash_b.gif');
	list-style-position : outside;
	margin: 0 0 0 15px;
	color: #000000;
}