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

/******************************************************************************
								 Type 
******************************************************************************/	

h1 {
	color:#4B679C;
	font-size: 19px;
	font-weight:normal;
	margin: 0 0 16px 0;
}
h2 {
    color:#4B679C;
	font-size: 14px;
	margin:15px 0 5px 0;
}
h3{
	font-size: 12px;
	margin: 0 0 6px 0;
}
h4{
	font-size: 14px;
	margin: 0 0 8px 0;
	font-weight:bold;
}
p {
	margin: 0 0 12px 0;
	line-height: 18px;
}
