/* 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: 0.88em;
	line-height: 1.5em;
	font-weight: normal;
	color: #2A2527;
}

a {
	color: #016F54;
	text-decoration: none;
	outline:none;
}

a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

h1 { font-size: 1.5em; line-height: 1em; padding-top: 5px; padding-bottom: 10px; }
h2 { font-size: 1.3em; line-height: 1em; padding-top: 9px; padding-bottom: 3px; }
h3 { font-size: 1.1em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h4 { font-size: 1em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h5 { font-size: .99em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: .88em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }

p { padding: 5px; }

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: 10px;
  margin-bottom: 10px;
  padding-left: 17px;
  font-style: italic;
}
blockquote * {font-size:100%;}

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;
}
.bannertext{
	color: #1A1718;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
}


/* EXTRA DEFAULT STYLES FOR COMMON TYPOGRAPHIC IDIOMS
-------------------------------------------------------------------------------- */

.caps {	
	text-transform: uppercase;
	}
.serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.italic {
	font-style:italic;
	}
.mini {
	font-size:.88em;
	}
.light {
	font-weight:100;
	}
.heavy {
	font-weight:900;
	}
.highlight {
  	background:#FFC;
  	}
.error {
  	color:#CE4538;
  	}

