@charset "utf-8";
/* CSS Document */


/* Commonly used to style page titles. */
h1 {
	color: #36F;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}

/* Commonly used to style section titles. */
h2 {
	color: #36F;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000;
	text-align: left;
}

.subH1Description {
	color: #36F;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}

.websiteoptimization {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.copyright {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 14px;
}

.interactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D50000;
	font-weight: bold;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D50000;
	font-weight: bold;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #069;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

/* Sets the style for visited links. */
a:visited {
	color: #579B73;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}

/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
#footer a:link {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.bottomNav {
	color: #36F;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
}
.miscBlueText {
	color: #36F;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000;
	text-align: center;
}
.greenHeader {
	color: #008000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}

