/* 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:  Arial, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color:#0d0d0d;
}


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

a:hover { text-decoration: none;
  background:#e80006;
  color:#ffffff;
}


p { margin: 5px 0 15px 0; }


h1 {
	font:normal 32px Arial, "Helvetica-Nue", sans-serif;
	color:#e80006;
	line-height:34px;
	padding:0 0 10px 0;
	
}

h2 {
	font:normal 21px Arial, "Helvetica-Nue", sans-serif;
	color:#1e2384;
	line-height:32px;
	padding:0 0 10px 0;
	
}

h3 {
	font:normal 18px Arial, "Helvetica-Nue", sans-serif;
	color:#4b6f0f;
	line-height:32px;
	
}

h4 {
	font:bold 16px Arial, "Helvetica-Nue", sans-serif;
	color:#e80006;
	line-height:24px;
}

ul, ol {
  list-style-position: outside;
  list-style-type: none;
  margin:10px 0 10px 10px;
}

li {
	line-height:22px;
}

ol { list-style-type: decimal; }
dl {
  margin-top: 12px;
  margin-bottom: 12px;
}
dl dt {
  font-weight: bold;
}

dd {
	margin:0 0 5px 0;
}


blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
  border-left: 1px solid #666;
  font-style: italic;
}
blockquote * { color: #0d0d0d; }

strong { font-weight: bold; }

em { font-style: italic; }

hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #e80006;
}

form {
  	background:#e0e3ef;
	border:1px solid #a7b1df;
	padding:20px;
}

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */

.small {
  font-size: 10px;
  line-height: 18px;
}

.large {
  font-size: 16px;
  line-height: 24px;
}

.quiet {
  color:#0d0d0d;
  font-weight:100;
}


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

.caps {	
	text-transform: uppercase;
	}
.serif {
	font-family:Arial, 'Helvetica-Nue', sans-serif;
	}
.italic {
	font-style:italic;
	}
.mini {
	font-size:.88em;
	}
.light {
	font-weight:100;
	}
.heavy {
	font-weight:900;
	}
.highlight {
  	background:#e0e3ef;
	border:1px solid #a7b1df;
	padding:10px 20px;
	margin:15px 0;
  	}

	.img_spacing {
		margin:5px;
	}


.buttons {
	font:24px Arial, 'Helvetica-Nue', sans-serif;
	color:#ffffff;
}

.error {
  	color:#CE4538;
  	}
.clear {
  clear: both;
  }

