
body {
  background: #fff;
  margin: 0;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #555; 
}
   

/* specific declarations for table due to occasional
   inheritance issues */   

table, table *,
#wrap * table, 
#wrap * table td, 
#wrap * table th {
	font-family: arial, helvetica, sans-serif;   
	font-size: 1em;
	line-height: 1.3em;
}                        

img { border: 0px; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

h1 {
  letter-spacing: -1px;
  line-height: 1em;
  font-size: 2.45em;
  color: #0095d8;
	width: 285px;
}

h2 {
  z-index: 10;
  position: relative;
  width: 280px;
  margin: -2px 0 0 0;
	padding: 0;
  font-size: 1.75em;
  color: #afb0b1;
}


h2.fullwidth {
  width: auto;
}

h3 {
  font-size: 1.6em;
  color: #0095d8;
}

h3 b {
  font-weight: normal;
  color: #afb0b1;
}

h3 span, h5 span {
  float: right;
}


#content * h3 a{
  color: #0095d8;
}

h4 {
  font-size: 1.27em;
}

#questionBox h4.head {
  background: #e2eef1;
  margin: -7px -7px 8px -7px;
  padding: 5px 10px;
  color: #0095d8;
  position: relative;
}

h4.withIcon {
  margin-bottom: 10px;
}

h4.withIcon img {
  margin-bottom: -25px
}

h5 {
  font-size: 1.1em;
  margin: 8px 0 0 0;
}


h5.faded span a {
  font-size: 0.9em;
}

p {
  margin: 0px 0px 15px 0px;
/* line-height: 1.5em; */
  line-height: 1.3em; 
  font-size: 1em;
}

p.checkmargin {
  margin-left: 15px;
}

p.bulleted, p.lastbulleted {
  clear: left;
  display: block;
  margin: 10px 10px;
  padding-top: 10px;
  border-bottom: 1px solid #d4d4d5;
}

p.lastbulleted {
  border-bottom: none;
}

p.bulleted img, p.lastbulleted img {
  float: left;
  margin: -10px 5px 0 0;
}

p img {
	padding-bottom: 5px;
}

li {
  line-height: 1.3em;
}

hr {
  border: 0;
  height: 0px;
  text-indent: -10000px;
  padding: 3px 0 3px 0;
  background: transparent;
  color: #fff;
}

sup {
  vertical-align: top;
  font-size: 0.85em;
  line-height: 120%
  line-height: 100%;
}

select {
  font-size: 0.95em;
}

iframe {
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.strike {
  text-decoration: line-through;
}  

.nowrap {
	white-space: nowrap;
}

.fineprint {
  font-size: 0.95em;
  margin-bottom: 10px;
}

.fineprint p {
  margin: 0px;
  padding: 0px;
}

.error, td.error, 
th.error, .error label, 
#dashboard #dashboardContent .error,
#myBell .error {
	color: #fe0909;
 	font-weight: bold;
} 

/* anchors */

a, #wrap * a, #content * #myBell * a:visited {
  color: #000066;
  text-decoration: none;
}

/* colour for myBell shop/support box remain orange
   regardless of visited */

#content * a:visited,
#content .toggleList li a:visited {
  color: #7f542a;
}                                

a:hover {
  text-decoration: underline;
}


/* Colors Classes */

.blue, .price, .questionItem {
   color: #0095d8;
}

.grey {
   color: #a5a5ab;
}

.orange {
  color: #ff8231;                              	
}
