/* DEFAULT STYLES FOR (X)HTML ELEMENTS
-------------------------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: .88em;
  line-height: 1.5em;
  font-weight: normal;
  color: #222;
}

a { 
  color: #666;
  text-decoration: none; 
  outline:none;
}

a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: bold;
}


h1 { font-size: 2.9em; line-height: 1em; padding-top: 18px; padding-bottom: 18px; }
h2 { font-size: 2.1em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h3 { font-size: 1.6em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h4 { font-size: 1.4em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h5 { font-size: 1.2em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: 1.0em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }

p { margin: 0 0 18px 0; }

ul, ol {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 16px;
  list-style-position: outside;
  list-style-type: disc;
}
ol { list-style-type: decimal; }
dl {
  margin-top: 18px;
  margin-bottom: 18px;
}
dl dt {
  font-weight: bold;
}


blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
  border-left: 1px solid #666;
  font-style: italic;
}
blockquote * { color: #666; }

strong { font-weight: bold; }

em { font-style: italic; }

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */

.small {
  font-size: 10px;
  line-height: 18px;
}

.large {
  font-size: 14px;
  line-height: 18px;
}

.quiet {
  color: #666;
}
.highlight {
	background:#E2E2E2;
	}




/* EXTRA DEFAULT STYLES FOR COMMON TYPOGRAPHIC IDIOMS
-------------------------------------------------------------------------------- */


h1.itemTitle { font-size: 1.2em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }