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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#191919;
}

h1{
	font-size:30px;
	color:#000;
}

.blue{
	color:#1a92ae;
}

h2{
	font-size:24px;
	color:#0086a8;
}

h3{
	font-size: 26px;
	color: #333;
	font-weight: normal;
}

h4{
	font-size:18px;
	color:#444;
}

p{
	margin:0.5em 0 1.5em 0;
}

p.first{
	margin:1.5em 0;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.bold{
	font-weight:bold;
}

.underline{
	text-decoration:underline;
}

a{
	color:#4589aa;
}