body {
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
}

a:link, a:visited {
  color: #78a091;
  text-decoration: none;
}

a:hover, a:active {
  color: #e6511e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

h1 {
  font-size: 3.077em;
  font-weight: normal;
  padding: 0 0 0.4em;
  margin: 0;
  color: #78a091;
  line-height: 1.050em;
}

h2,
.section-news .views-field-title,
fieldset legend {
  font-size: 1.538em;
  margin-bottom: .2em;
  color: #e6501e;
}
	.section-news .views-field-title a {
		color: #e6501e;
	}

h3 {
	font-size: 1.538em;
  font-weight: normal;
  margin-bottom: 0.75em;
  color: #78a091;
  
}
 h3.block-title {
	 color: #000;
 }

h4,
.section-news .views-field-created {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0;
  color: #78a091;
}

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

p {
  margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

::selection {
        background: #09F; /* Safari */
        }
::-moz-selection {
        background: #09F; /* Firefox */
}

/* Table styles */
table {
  width: 99%;
}

tr.even td,
tr.odd td {
  padding: 10px 5px;
}

tr.odd td {
  background-color: #fff;
}
tr.even td {
  background-color: #ccc;
}

/* Code */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}