body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7a7d80;
	background-color: #ffffff;
	margin: 0px;
}

body.products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #7a7d80;
	margin: 0px;
}

h1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #7a7d80;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #7a7d80;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	color: #7a7d80;
	margin: 0px;
	padding: 0px;
}

td.HomeIntro {
	font-weight: bold;
}

td.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #656565;
}

td.Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}

td.product {
	font-size: 10px;
	font-weight: normal;
	color: #7a7d80;
}

a:link {
	color: #656565;
	text-decoration: none;
}
a:visited {
	color: #656565;
	text-decoration: none;
}
a:hover {
	color: #656565;
	text-decoration: underline;
}

a.Footer:link {
	color: #656565;
	text-decoration: none;
}
a.Footer:visited {
	color: #656565;
	text-decoration: none;
}
a.Footer:hover {
	color: #656565;
	text-decoration: underline;
}

a.Form:link {
	color: #ffffff;
	text-decoration: none;
}
a.Form:visited {
	color: #ffffff;
	text-decoration: none;
}
a.Form:hover {
	color: #ffffff;
	text-decoration: underline;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}