@charset "UTF-8";
/* CSS Document */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3c63b5;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:20px;
}
h2 {
	font-size:14px;
	color:#3c63b5;
	margin-bottom: 0;
}
p {
	font-size:12px;
	line-height:18px;
	margin:0 0 14px 0;
}
.imagewrap {
	padding: 3px 10px 3px 25px;
	float: right;
}
