@charset    "UTF-8";

/* CSS Document */
h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

h1 {
	font-size: 20px;
	line-height: 20px;
}

h1, h2 { color: #005BAA; }
h3 { font-size: 13px; }

h4 {
	font-weight: normal;
	line-height: 23px;
}

h5 {
	line-height: 23px;
	color: #000;
}

h6 {
	font-size: 18px;
	line-height: 20px;
	color: #005BAA;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

