/* TYPOGRAPHY */

body
{
	font-family:"Trebuchet MS";
	color:#000;
	font-size:12px;
}
h1
{
	font-size:18px;
	margin-bottom:14px;
}
h2
{
	font-size:16px;
	margin-bottom:14px;
}
h3
{
	font-size:14px;
	margin-bottom:14px;
}
p {
	margin-bottom:14px;
}
ul
{
	margin-left:16px;
	margin-bottom:14px;
}
ol
{
	margin-left:16px;
	margin-bottom:14px;
}
a:link,a:visited
{
	cursor:pointer;
	color:#00a651;
	text-decoration:none;
}
a:active,a:hover
{
	cursor:pointer;
	color:#00a651;
	text-decoration:underline;
}
/* TYPOGRAPHY END */

/* ALL TABLES */
td
{
	vertical-align:top;
	padding:5px;
}
/* ALL TABLES END */

/* POPULATION TABLE */
div.populationTable tr.tr1
{
	font-weight:bold;
}

div.populationTable td
{
	text-align:center;
}
/* POPULATION TABLE END */

div.chapter6, div.tableDiv
{
	margin-bottom:14px;
}

div.localExamples tr.tr1
{
	font-weight:bold;
}

img.border
{
	border:1px solid#000;
}

div.locationMap
{
	margin-bottom:10px;	
}








