@charset "UTF-8";
/* CSS Document */

/* Font styles, occasional styles within editable regions. */


h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 16px;
	color: #222150;
	text-align:left;
}

h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 12px;
	text-align:left;
	margin-bottom:-10px;
}

a:link { color:#008846;}
a:visited { color:#82AD81 }

img {border:0;}

/* Applying neat styling to tables within in the page content and quickfacts page (statistics, lists, and charts) */
#QuickFactsPage table, #pageContent table 
	{width:100%; margin-top:12px;border:solid 1px #999;}
#QuickFactsPage table td, #pageContent table td 
	{border-right:solid 1px #999; padding:2px; vertical-align:top;}
#QuickFactsPage table p, #pageContent table p 
	{margin:0;}

	th {border: 1px solid #999; border-left:0;}


/* Randomly loading factoids for each page */
#quickFactText { font-style:italic; text-align:center; }



