@charset "UTF-8";
/* CSS Colors (Autonomie Project, inc) */

* {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#header #cartLinks a {
	font-weight: bold;
}
a {
	font-size:1.05em;
}
strong {
	font-size: 1em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
}
ul {
	line-height: 1.7em;
	list-style: none;
}
dt {
	font-size: 1.2em;
}
.bullets li {
	font-size: 1.13em;
	line-height: 1em;
}
.highlight {
	font-size:1em;
}
.required {
	font-size:1em;
}
#nav li a {
	font-size:1.12em;
	font-weight: bold;
	text-decoration: none;
}
#leftContent p {
	font-size: 1.05em;
	line-height: 1.5em;
}
#mainContent .tanBg p {
	font-size: 1.3em;
}
#mainContent .tanBg h3 {
	font-size: 1.3em;
}
#mainContent .tanBg label, #mainContent .tanBg input {
	font-size: 1.5em;
}
#products dt {
	font-size: 1.4em;
}
#products dt {
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
}
#products dd {
	line-height: 1.5em;
	font-size: 1.2em;
}
#products a {
	font-size: .8em;
}
#mainContent #pressLinks a {
	font-size: 1.2em;
}
/* Added by MC */

/* Keeps font in sync with surrounding text in the mainContent sections */
#mainContent .tanBg a {
	font-size: 1em;
}
/* Used on products page to provide red link for 'Now Available' */
#mainContent .tanBg a.redlink {
	text-decoration:underline;
	font-size:1em;
}
#mainContent .tanBg a.redlink:hover {
	text-decoration:underline;
	font-size:1em;
}
/* Used for local text highlighting */
.bolded_text {
	font-weight:bold;
	font-size:1em;
}
/* Used to emphaaize purchasing links in top left nav area */
.bolded_bigger_text {
	font-weight:bold;
	font-size:1.1em;
}
/* Used to affect 'View Links' link within the dd.img on the products page. #products a{ does not act on these */
#products dd.img a {
	font-size:.8em;
}

/* MC ADDITIONS */
#footerNav li {
font-weight:bold;
}

#footerNav a {
text-decoration:none;
	font-size:10px;
}

#footerNav a:hover{
text-decoration:underline;
font-size:10px;
}

#header a {
	text-decoration:none;
}

#header a:hover{
	text-decoration:underline;
}