/* CSS Document */

p {
	padding: 9px 0 9px 0;
	margin: 0;
	color: #6e6e6e;
	font-size: 0.7em;
}

ul.distributors {
	padding: 3px 0 3px 20px;
	margin: 10px;
	color: #6e6e6e;
	font-size: 0.7em;
	list-style-type: circle;
}

h1 {
	font-size: 1.05em;
	font-weight: bold;
	padding: 0;
	color: #494747;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.05em;
	font-weight: bold;
	padding: 0;
	color: #c42d3e;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 0.75em;
	font-weight: normal;
	color: #6e6e6e;
	padding: 0;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #6e6e6e;
	padding: 0;
	margin: 10px 0 0 0;
}

p a {
	color: #6e6e6e;
	text-decoration: underline;
}

p a:hover {
	color: #6e6e6e;
	text-decoration: none;
}

#left-contact {
	float: left;
	width: 200px;
}

#right-contact {
	float: left;
	width: 200px;
}