﻿.content h1 {
	font-size: 12pt;
	color: #303030;
}

.content h2 {
	font-size: 10pt;
	color: #ce1919;
}

.content p {
	color: #303030;
	font-size: 8pt;
	margin-right: 5px;
}

.contact_table, .vendor_table {
	border-color: #4f7cd6;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
}

.contact_table {
	float: right;
	margin-left: 10px;
}

.reference_table th {
	font-size: 12pt;
	color: #ce1919;
	vertical-align: top;
}

.contact_table td, .reference_table td, .vendor_table td {
	font-size: 10pt;
	color: #303030;
	padding-left: 5px;
	padding-right: 5px;
}

.content a:link, .contact_table a:link, .reference_table a:link, .vendor_table a:link {
	color: #4f7cd6;
	font-size: 8pt;
}

.content a:visited .contact_table a:visited, .reference_table a:visited, .vendor_table a:visited {
	color: #4f7cd6;
	font-size: 8pt;
}

.content a:hover .contact_table a:hover, .reference_table a:hover, .vendor_table a:hover {
	color: #ce1919;
	font-size: 8pt;
}

.location_map {
	padding: 10px;
	text-align: center;
}

.content ul {
	color: #303030;
	font-size: 10pt;
}

.content li {
	list-style-type: decimal;
	list-style-position: outside;
	color: #303030;
	font-size: 8pt;
}

.msds p {
	font-size: 8pt;
	letter-spacing: .1em;
	margin-top: 5px;
}

.msds p a {
	text-decoration: none;
	color: #4f7cd6;
}

.msds p a:visited {
	color: #4f7cd6;
}

.msds p a:hover {
	color: #ce1919;
}

