/*  For content area of page.  
	Styles shared across screen, mobile, and print
*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#content-body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:17px;
}

a {
	color:#0053A0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
a:hover  {
	color:#D6242B;
}

div.article-image {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:20px;
	color:#0053a0;
}
h2 {
	font-size:18px;
	color:#d6242b;
}
h3 {
	font-size:15px;
	font-weight:bold;	
	color:#333333;
}
h4 {
	font-weight:bold;
}
p  {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 0 1.5em 0;
}

