/******** reset start *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  overflow: auto;
}
body {
  line-height: 100%;
}
ol, ul {
  list-style: none;
}
:focus {
  outline: none;
}

select
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr {

  border-bottom : 1px dotted #ccc;
  /*background    : #EAF3FE;*/
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

/*.ce-text strong,.ce-text p strong {
  font-family: "Avance W04 Bold";
}
.ce-text em,.ce-text p em {
  font-family: "Avance W04 Italic";
}*/

a {
	color: inherit;
	text-decoration: none;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
}
span.fax a {
  color: #4a4a4a !important;
  text-decoration: none; /* Remove underline. */
}

/******** reset end *******/