p, li {
	color: #000000;
	background-color: transparent;
	line-height: 1.4em;
	font-size: 1em;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0 0 0 0;
}
h1 {
	font-size: 1.4em;
	display: none;
}
h2 {
	font-size: 1.4em;
	border-bottom: #000000 1px dashed;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.call {
	font-size: 0.8%;
	font-weight: normal;
}
p a:link, h3 a:link, li a:link, h4 a:link, p a:visited, h3 a:visited, li a:visited, h4 a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}
p a:hover, h3 a:hover, li a:hover, h4 a:hover, p a:active , h3 a:active, li a:active, h4 a:active {
	color: #333333;
	background-color: transparent;
	text-decoration: underline overline;
}
.btp {
	float: right;
	text-align: right;
	font-size: 0.9em;
}
.email {
	float: left;
	text-align: left;
	text-indent: 50px;
	font-size: 0.9em;
}
ul {
	padding-bottom: 0;
	margin-bottom: 0;
}
li {
	padding-bottom: 0;
	margin-bottom: 0;
}
ol {
	padding-bottom: 0;
	margin-bottom: 0;
}

.imgleft {
	float: left;
}
.imgright {
	float: right;
}
li.list {
	color: #000000;
	background-color: transparent;
	margin-bottom: 5px;
	list-style-image: url(../images/bullet.gif);
}
li.numberedlist {
	color: #000000;
	background-color: transparent;
	margin-bottom: 5px;
}
.smalltext {
	font-size: 0.8em;
}