html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
}
body {
	height: 100%;
	line-height: 140%;
	font-family: Ariel, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-family: Helvetica, Ariel, Swiss;
	font-size: 11px;
	border: 0;
	margin: 0;
}
p {
	margin-right:20px;
}
td.navButton {
	font-size: 14px;
	color: rgb(15, 182, 239);	
}
a.navButton {
	cursor: pointer;
	display: block;
	width: 190px;
	padding: 4px;
}
.footerText {
	font-size: 12px;	
	color: #FFFFFF;
}
.footerLink {
	font-size: 12px;	
	color: #FFFFFF; 
	/*#2DBFBF*/	
}
.noUnderline {
	text-decoration: none;
}
.cartItemBg {
	background-color: rgb(20, 190, 230);
}
.pageTitle {
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 36px;
	color: #02A9CE;	
}
th.cart {	
	font-size: 12px;
	font-weight: bold;
	background-color: #8DC63F;
	border-bottom: 1px solid white;
	color: white;
}
td.cart {
	font-size: 12px;
	font-weight: bold;
	background-color: #0ABEE6;
	border-bottom: 1px solid white;
	color: white;
	height: 48px;	
}
.cartNote {
	padding-bottom: 24px;
	color: #A02020;
	font-size: 11px;
	font-weight: bold;
}
.submitButton {
	cursor: pointer;
	background-color: #DAF1F8;
	color: #02A9CE;
	font-size: 12px;	
	width:132px;
	padding:2px;
	border: 0;	
}
td {
	font-size: 12px; 
}
a:link {
	color: #3EAEB4;
	text-decoration: none;
}

.style2 {
	font-size: 14px;
}
.style3 {	
	font-style: italic;
	font-size: 12px;
}
.style4 {
	font-size: 12px; 
}
.style5 {
	font-size: 12px;
}
.style7 {
	color: #666666;
}
.style8 {
	color: #525252;
}
.style9 {
	color: #000000;
}
.style11 {
	color: #000000;
	font-weight: bold; 
}

a:visited {
	text-decoration: none;
	color: #3EAEB4;
}
a:hover {
	text-decoration: underline;
	color: #74A400;
}
a:active {
	text-decoration: none;
	color: #74A400;
}
.faqTitle {
	color: #8DC63F;
	font-weight: bold;
}
.faqEntry {		
}
.faqQuestion {
	color: #3EAEB4;
	border-top: 2px solid white;
	cursor: pointer;
	width: 100%;	
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	padding-left: 0;	
}
.faqQuestion:hover {
	color: #7ebc2f;
	text-decoration: none;	
}
.faqAnswer {	
	border-top: 2px solid white;
	cursor: pointer;
	display: none;
	width: 100%;
	font-size: 12px;
	padding: 6px;
	padding-bottom: 10px;
	padding-left: 1em;
	
}

