body, select, input, textarea, a { 
  color: #444; 
  /* set your base font here, to apply evenly */
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 12px;  
}

strong, b{
  font-weight:bold;
}

a {
	text-decoration: underline;
	color: #2F8BC9;
}

a:hover {
	text-decoration: none;
}

.active {
	color: #444;
}

a.readmore {
  text-align: right;
  display: block;
  margin: 15px 0 0 0;
  color: #2F8BC9;
}

p {
	margin: 8px 0 8px 0;	
}

blockqoute p {
  font-size: 2.3em;
  line-height: 1.2em;
}

blockqoute cite {
  text-transform: uppercase;
}

ul {
  margin: 10px 0 15px 15px;
}

li > ul {
  margin: 0 0 0 15px;
}

address {
  font-style:normal;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 1.4em;
	margin: 3px 0 5px 0;
  color: #3D8DD2;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 1.3em;
	margin: 3px 0 5px 0;
  color: #3D8DD2;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
	font-family: sans-serif;
	margin: 3px 0 5px 0;
  line-height: 1.1em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
	font-family: sans-serif;
  line-height: 1.15em;
}

h5 {
  font-size: 1.2em;
  font-weight: normal;
	font-family: sans-serif;
  line-height: 1.15em;
}

h6 {
	font-size: 1.1em;
  font-weight: normal;
	font-family: sans-serif;	
  line-height: 1.15em;
}

