/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body, input, textarea, p, select, #header a, .content a, #header ul, .content ul {
  font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
  }

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  color: #004B82;
  font: 20px 'Georgia',sans-serif;
  border-bottom: 1px solid;
}


h4 {
  font: 17px 'Georgia',sans-serif;
  color: #004B82;
  border-bottom: 1px solid;

}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

.bggray{ 
  text-transform:uppercase;
  background-color:#ECECEC;
  padding:0.1em 0.1em 0.1em 0.5em;
  font-size:1.4em;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
/*ul,*/
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
  line-height: 1.3em;
}

*[disabled] {
  /* background-color: #e0e0e0; */
  color: rgba(0, 0, 0, 0.7);
} 

