/* Font styles */
.style1 { color: #996699}
.style2 { color: #666666}
.style3 { font-size: 48px; font-weight: bold; }
.style4 { font-size: 12px }
.style5 { font-size: 48px}
.style6 { color: #666666; font-size: 10px; }
.style7 { color: #663366; font-weight: bold; }
.style8 { font-size: 14px; font-weight: bold; }
.style9 { color: #4b256a; font-weight: bold; }
.style10 { font-size: 12px; color: #666666; }
.style11 { font-size: 14px }
.style12 { color: ##4b256a; font-weight: bold; }
.style13 { color: #4b256a; font-weight: bold; font-size: 12px; }
.style14 { color: #999999 }
.style15 { font-size: 16px; font-weight: bold; color: #996699; }
.style16 {color: #996699; font-weight: bold; }
.style17 {color: #4b256a}
.style18 {font-size: 10px}
.style19 {color: #666666; font-size: 12px; }
.style20 {color: #996699; font-weight: bold; }


/* Links */
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #996699;
}
a:active {
	text-decoration: none;
}


/* Body/Background */
body {
	background-image: url(images/bubblebgrnd.gif);
}


/* Custom styles */
.carbuffstop {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4b256a;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.carbuffstoptight {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4b256a;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.carbuffstoptightright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4b256a;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.data {
  width: 70%;
  margin: auto;
  padding: 0px;
}
.logoutLink {
  font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4b256a;
	padding-left: 35px;
}
.wash {
  visibility: hidden;
  display: none;
}
.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
IMG.coupon {
  padding: 5px 5px 5px 5px;
}
