@charset "utf-8";
.article-title h4 {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: blue !important; }
h1 a:active, h2 a:active,  h3 a:active, h4 a:active, h5 a:active, h6 a:active {	color: red !important; }
/* Preferably not the same color as the normal header link color.  There is limited support for psuedo classes in email clients, this was added just for good measure. */
h1 a:visited, h2 a:visited,  h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: purple !important; }
/* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */  
table td, table tr {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}
.yshortcuts, .yshortcuts a, .yshortcuts a:link,.yshortcuts a:visited, .yshortcuts a:hover, .yshortcuts a span {
color: black; text-decoration: none !important; border-bottom: none !important; background: none !important;
}	/* Body text color for the New Yahoo.  This example sets the font of Yahoo's Shortcuts to black. */
/* This most probably won't work in all email clients. Don't include <code _tmplitem="33" > blocks in email. */
code {
  white-space: normal;
  word-break: break-all;
}
#background-table { background-color: #ececec; }
/* Webkit Elements */
#top-bar {
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-webkit-font-smoothing: antialiased;
	background-color: #3f3f3f;
	color: #FFFFFF;
}
#top-bar a { 
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#footer { border-radius:0px 0px 6px 6px; -moz-border-radius: 0px 0px 6px 6px; -webkit-border-radius:0px 0px 6px 6px; -webkit-font-smoothing: antialiased; }
/* Fonts and Content */
body, td { font-family: Arial, Helvetica, sans-serif; }
.header-content, .footer-content-left, .footer-content-right { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
/* Prevent Webkit and Windows Mobile platforms from changing default font sizes on header and footer. */
.header-content {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.header-content a {
	color: #FFFFFF;
	text-decoration: underline;
}

#headline p { color: #e7cba3; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 36px; text-align: center; margin-top:0px; margin-bottom:30px; }
#headline p a { color: #e7cba3; text-decoration: none; }
.article-title {
	font-size: 18px;
	line-height: 18px;
	color: #9a9661;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.article-titleMain {
  font-size: 24px;
  line-height: 28px;
  color: #444444;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.article-title a { color: #9a9661; text-decoration: none; }
.article-title.with-meta {margin-bottom: 0;}
.article-meta { font-size: 13px; line-height: 20px; color: #ccc; font-weight: bold; margin-top: 0;}
.article-content { font-size: 13px; line-height: 18px; color: #444444; margin-top: 0px; margin-bottom: 18px; font-family: Arial, Helvetica, sans-serif; }
.article-content a {
	color: #00707b;
	font-weight: normal;
	text-decoration: underline;
}
.article-content img { max-width: 100% }
.article-content ol, .article-content ul { margin-top:0px; margin-bottom:18px; margin-left:19px; padding:0; }
.article-content li { font-size: 13px; line-height: 18px; color: #444444; }
.article-content li a { color: #00707b; text-decoration:underline; }
.article-content p {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-content-left {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-content-left a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-content-right {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-content-right a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	background-color: #9a9661;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#permission-reminder { white-space: normal; }
#street-address { color: #e7cba3; white-space: normal;
}
#left-sidebar {-webkit-text-size-adjust: 90% !important; -ms-text-size-adjust: 90% !important; }
</style>
[if gte mso 9]>
<style _tmplitem="33" >
.article-content ol, .article-content ul {
   margin: 0 0 0 24px;
   padding: 0;
   list-style-position: inside;
}
