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



p {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin: 6px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: ;
	margin: 0;
	padding: 0;
}
h1 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	color: #0A162B;
}
h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #2868CF;
}
h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #378EF8;
}
h4 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	color: #2868CF;
}
h5 {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
h6 {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #378EF8;
}

.text_white {
	color: #FFF;
}
.text_grey {
	color: #3a3a3a;
}
.text_bright-blue {
	color: #378EF8;
}
.text_blue {
	color: #2868CF;
}
.text_red {
	color: #b30000;
}
.text_black {
	color: #0A162B;
}