/* Style sheet for secondary pages */
body {
	background-color: #F5F5F5;
	font: bold 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2 {
	background: transparent;
	font-family: Times New Roman, Times, serif;
	color: #006400;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

h3 {
	background: transparent;
	font-family: Times New Roman, Times, serif;
	color: #006400;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

h4 {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006400;
	font-weight: bold;
	text-align: center;
}

p {
   background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}
.color {
	background: transparent;
	color: #006400;
}

.places {
	background: transparent;
	color: #006400;
	font-size: 14pt;
	text-align: center;
}


.update {
   background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	text-align: center;	
}

.copyright {
	background: transparent;
	font-size: 10pt;
	text-align: center;
}

.date {
   background: transparent;
	font-size: 10pt;
	text-align: center;
}
.center {
	background: transparent;
	text-align: center;
}

a:link {
   background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #8B4513;
	font-weight: bold;
 }
a:visited {
   background: transparent;
	color: #B8860B;
 }
a:hover {
	background: transparent;
	color: #B8860B;
}





