body {
	color: #333333;
	font-size: 11px;
	line-height: 1.4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

.copyright {
	color: #333333;
	font-size: 9px;
	line-height: 1.4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

.trademark {
	color: #333333;
	font-size: 9px;
	line-height: 1.4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

.questions {
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

.quote {
	color: #ffffff;
	font-size: 15px;
	font-style: italic;
	font-weight: bolder;
	line-height: 1.4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:link.white {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a:visited.white {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}

a:hover.white {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

a:active.white {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a:link.solutions {
	text-decoration: none;
	font-weight: bold;
	color: #d16f15;
}

a:visited.solutions {
	text-decoration: none;
	font-weight:bold;
	color: #d16f15;
}

a:hover.solutions {
	text-decoration: underline;
	font-weight: bold;
	color: #d16f15;
}

a:active.solutions {
	text-decoration: none;
	font-weight: bold;
	color: #d16f15;
}

a:link.about {
	text-decoration: none;
	font-weight: bold;
	color: #72ad4d;
}

a:visited.about {
	text-decoration: none;
	font-weight:bold;
	color: #72ad4d;
}

a:hover.about {
	text-decoration: underline;
	font-weight: bold;
	color: #72ad4d;
}

a:active.about {
	text-decoration: none;
	font-weight: bold;
	color: #72ad4d;
}

b, strong {
	font-weight: bold;
}
