/* CSS Document */
/* FONT AND ELEMENT STYLES */

/* main body fonts*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #231F20;
}
a:link {
	color: #A1B0B4;
	line-height: 11px;
	text-decoration: none;
}
a:visited {
	color: #00446A;
	line-height: 11px;
	text-decoration: none;	
}
a:hover {
	color: #A1B0B4;
	line-height: 11px;
	text-decoration: underline;
}
a:active {
	color: #A1B0B4;
	line-height: 11px;
	text-decoration: none;
}

/* make <p> tags behave with a zero top and full line-height bottom*/
p {
	margin: 0 0 16px 0;
}

p.product {
	margin: 8px 0 0 0;
}

p.productnote {
	margin: 16px 0 0 0;
	color: #81371B
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #81371B;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
/* no difference; this is just for google */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #81371B;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
 	height: 16px;
	border: none;
	border-top: 1px #7D98B9 solid;
}

ul {
	list-style-position: outside;
	padding: 0px;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

li {
	list-style-type: square;
	margin:0 0 6px 0;
}

li li {
	list-style-type: circle;
	margin:6px 0 0 0;
}

.homePageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #FFFFFF;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.pageSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 6px;
	font-weight: normal !important;
	color: #FFFFFF;
}

.pageDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #81371B;
}

/* left side navigation all pages */
.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #393D58;
	font-weight: bold;
}
.mainNav a:link {
	color: #CDD8DE;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.mainNav a:visited {
	color: #CDD8DE;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;	
}
.mainNav a:hover {
	color: #393D58;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.mainNav a:active {
	color: #CDD8DE;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

.mainNavSelected a:link {
/* show when inside page is selected */
	color: #393D58;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}


/* secondaty page navigation all pages */
.pageNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #393D58;
	font-weight: bold;
}
.pageNav a:link {
	color: #A1B0B4;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.pageNav a:visited {
	color: #A1B0B4;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;	
}
.pageNav a:hover {
	color: #393D58;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.pageNav a:active {
	color: #A1B0B4;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.pageNavPipe {
	color: #A1B0B4;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BDC8CB;
}

/* pdf link */

.pdfSheet {
	color: #7C98B9;
	font-weight: bold;
	line-height: 11px;
}

.pdfSheet a:link {
	color: #7C98B9;
	line-height: 11px;
	text-decoration: none;
	font-weight: bold;
}
.pdfSheet a:visited {
	color: #7C98B9;
	line-height: 11px;
	text-decoration: none;	
	font-weight: bold;
}
.pdfSheet a:hover {
	color: #7C98B9;
	line-height: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.pdfSheet a:active {
	color: #7C98B9;
	line-height: 11px;
	text-decoration: none;
	font-weight: bold;
}
