@charset "UTF-8";
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #789B41;
	text-decoration: underline;
}
a:active {
	color: #789B41;
	text-decoration: none;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.oneColElsCtr #container {
	width: 59.38em;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColElsCtr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
}
.MainTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: bold;
}
.MainTextSMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
}
.Distributors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-right: 13px;
	vertical-align: top;
	text-align: left;
	padding-left: 8px;
	padding-top: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #999;
}
