/*************************************************************************
 * global-style.css
 *************************************************************************/
body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.81em; /* reset to 13px */
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 { clear: both; font-family: Arial, Verdana, Sans-Serif; }
h1 { color: #002c5f; font-size: 2.15em; font-weight: normal; line-height: 1.25; margin: 25px 0 0.5em; padding-bottom: 3px; } /* 28px */
h2 { color: #002c5f; font-size: 2.15em; font-weight: normal; line-height: 1.25; margin: 1em 0 0; } /* 28px */
h3 { color: #002c5f; font-size: 1.92em; font-weight: normal; margin: 1em 0 0; } /* 25px */
h4 { color: #002c5f; font-size: 1.62em; font-weight: normal; margin: 1em 0 0; } /* 21px */
h5 { color: #002c5f; font-size: 1.38em; font-weight: bold; margin: 1em 0 0; } /* 18px */
h6 { color: #002c5f; font-size: 1.15em; font-weight: bold; margin: 1em 0 0; } /* 15px */
a:link { color: #002c5f; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover { color: #036; text-decoration: underline; }
a:active { color: #C30; text-decoration: underline; }
p { margin: 0.5em 0 1.5em; }
ul, 
ol { margin: 0.5em 0 1.5em 3em; }
dl { margin: 0.5em 0 2em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dd, li { margin: 0 0 1em; }
blockquote { background: #f4f4f4; border: 1px dotted #b5b5b5; padding: 1em; }
hr { border: none; border-bottom: 1px solid #fff; background: #ccc; height: 2px; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
/* typography */
.newsDate { border-bottom: 1px solid #ccc; color: #333; font-size: 1.92em; font-weight: bold; margin: 0.5em 0 0; }
