body 	{ 
	color: white;  
	background-color: #363; 
}
TD 	{ 
	color: #336; 
	font-family: Verdana, Arial; 
	margin-left: 0pt; 
}
H1	{ 
	color: #036; 
	font-weight: bold;
	font-size: 12pt; 
	font-family: Verdana, Arial; 
}
H2	{ 
	color: #063; 
	padding: 12px 0 0 0; 
	margin:0 0 5px 0;
	font-weight: bold; 
	font-size: 10pt; 
	font-family: Verdana, Arial; 
}
H3	{ 
	color: white; 
	text-indent: 3px; 
	font-size: .85em; 
	font-family: Verdana, Arial; 
	background-color: #063; 
	vertical-align: middle; 
	margin: 12px 0 6px 0; 
	padding: 2px 0 2px 0; 
	border: none; 
}
a:link{ 
	color: #f90; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover	{ 
	color: #f90; 
	font-weight: bold; 
	text-decoration: underline;
}
a:visited	{
	color: #f90; 
	font-weight: bold; 
	text-decoration: none;
}
a:active	{
	color: #f90;
	font-weight: bold; 
	text-decoration: none; 
}

a .menubar	{ 
	color: #ffffff; 
}

p	{
	font-size: .85em; 
	font-family: Verdana, Arial;
	margin:0 0 12px 0;
	padding:0;
}

P.small { 
	font-size: 1em 
}

ul{
	margin: 0 0 0 15px;
	padding: 0;
}
li	{
	font-size: .85em; 
	text-decoration:none;
	list-style-type:disc;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 4px 0;
}
  
.linksPage { color: #336; margin:12px 0 0 0; padding: 3px 0 3px 0; border-bottom: dotted 1px #f90; font-size: .85em; }

.linksPage td	{ border-bottom: dotted 1px #f90;}

.linksPage a:link{ color: #336; text-decoration: none; }

.linksPage a:hover { color: #336; text-decoration: underline;}

.linksPage a:visited { color: #336; text-decoration: none;}

.linksPage a:active { color: #336; text-decoration: none;}

#leafletForm{
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	width: 100%;
}
#leafletForm h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #036;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	display: block;
	clear: both;
}
#leafletForm p{
	padding: 0 0 0 4px;
	margin: 0;
}
#leafletForm label{
	display: none;
}
#leafletForm ul{
	padding: 0;
	margin: 10px 0 0 10px;
}
#leafletForm li{
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}
#leafletForm input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#leafletForm textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

